@charset "utf-8";
/* CSS Document */

body{background-color:#333;
color:#FFF;
font-family:Verdana, Geneva, sans-serif;
font-size:10.5px;
	 position: absolute;
	 height: 540px;
	 width: 956px;
	 top: 50%;
	 left: 50%;
	 margin-left: -478px;
	 margin-top: -270px;
	
	 }

#geral {
	width: 956px;
	height: 540px;
		
}

#logo {
	width: 316px;
	height: 100px;
	float:left;
	background:#000;
	text-align:center;
	 	
}

#links {
	width: 640px;
	height: 100px;
	float:left;
	background:#666;
	text-align:center;
	
}

#centro{
	width: 956px;
	height: 420px;
	float:left;
	
}

#credito{
	width: 300px;
	height: 20px;
    float:left;
	padding-top:4px;
	text-align:center;
	background:#666;
	
}


#indique{
	width: 320px;
	height: 20px;
    float:left;
	padding-top:4px;
	text-align:center;
	background:#666;
	
}


#marca{
	width: 336px;
	height: 20px;
    float:left;
	padding-top:4px;
	text-align:center;
	background:#666;
	
}
a:link {color:#FFF; text-decoration:none;}

a:hover {color:#000; text-decoration:underline;}

a:visited {color:#CCC; text-decoration:none;}
