@charset "utf-8";
#container {
	position:absolute;
	left:50%;
	top:50%;
	width:100%;
	height:532px;
	left:50%;
	top:50%;
	margin-top:-266px;
	margin-left: -50%;
	background-image:url(../imgs/fundao.jpg);
	display: block;
	float:left;
	}
#rodape {
	position:relative;
	width:100%;
	height:31px;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	top: auto;
	background-color: #8BD5D8;
	background-image: url(../imgs/fundo_rodape.jpg);
	background-repeat: repeat-x;
	display: block;
	float:left;
	
	}
#area1 {
	background-color: #FFCC00;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 532px;
	width: 120px;
	position: relative;
	left: 0px;
	top: 0px;
}
#area2 {
	background-color:#FF6600;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 532px;
	width: 120px;
	position: relative;
	left: 0px;
	top: 0px;
}
body{
	background-color:#FFFFFF;
	background-image: url(../imgs/bg_line.jpg);
	background-repeat: repeat-x;
}

