/* CSS Document */

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

html, body {
	height:100%;
}

body
{
	background-color: #157BE1;
	color: #000000;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}

#container{
	position:relative;  /*Contexto de posicionamento */
	background-color:#fcfff5;
	margin:0 auto;
	width:450px;
	padding:0;
	min-height:100%;/**/
	border:dotted #999;
	border-width:0 1px;	
}
#topo{
	height:120px;
	width:450px;
	padding-top:1px;
	text-align:center;
}
#topo h1{
	font:"Lucida Sans Unicode", "Lucida Grande", sans-serif 14px #009FFF;
	font-weight:bold;
}
* html #container {height: 100%;}/**/
#conteudo {padding-bottom:50px;}/**/

#rodape{
	text-align:center;
	bottom:0;
	width:450px;
	height: 50px;
}
#divesq {
	float: left;
	position: relative;
	width: 49%;
}
#divdir {
	float: right;
	position: relative;
	width: 49%;
}
img {
	border:none;
}