@charset "UTF-8";
/* CSS Document */

body {
	background: #003333;
	margin: 0; 	
	padding: 0;
	text-align: center; /* IE centering hack */
	}
#container {
	position:relative;
	width: 960px;  
	background: #003333;
	margin: 20px auto;    
	text-align: left; /* IE centering hack */
	}
#mainContent {
	padding: 0; /* padding is inside the div box and margin is outside */
	}
#roloBox {
	position:absolute;
	width:710px;
	height:55px;
	top:90px;
	left:20px;
	}
	#rolo a {
		display:block; 
		position:absolute;
		top:0px;
		left:0px; 
		height:55px;  	
		width:710px;
		overflow:hidden; 
		}
	#rolo a:hover {
		display:block;
		text-indent:-710px; /*half the width of the doubled button*/
		}

#foto {
	position:absolute;
	top:172px;
	left:35px;
	}
#text {
	position:absolute;
	top:173px;
	left:390px;
	width:560px;
	font-family:verdana, arial, sans-serif;
	font-size:14px;
	color:#ffffcc;
	}
#text a {
	text-decoration:none;
	color:#ffcc99;	
	}	
#text a:hover {
	text-decoration:none;
	color:#ff9900;	
	}	
.alignRight {
	text-align:right;
	margin:0 30px 0 0;
	}
.attrib {
text-align:right;
margin:0 15px 15px 0;
}
#return {
text-align:right;
margin:15px 15px 0 0;
}




#copyKw {
	position:absolute;
	top:722px;
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	color:#669999;
	}
#copyKw a {
	color:#88aaaa;
	text-decoration:none;
	}
#copyKw a:hover {
	color:#cc99ff;
	text-decoration:none;
	}

