/*  
Author: Antonello Struzzolino
Author URI: http://nexweb.it
*/
body {
	background-color: #0e2d41;
	color: #333;
	font-size: 12px;
	font-family: "Lucida Grande", Arial;
	margin: 0;
	text-align: center;
}
a {
	color: #6c96b6;
	text-decoration: none;
}
object {
	border: 5px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px auto 0 auto;
}
/* footer 
-------------------------------------------------------------- */
#footer {
	padding: 20px 0 20px 40px;
	font-size: 11px;
	color: #6c96b6;
}
#footer a {
	color: white;
}