@charset "utf-8";
/* CSS Document  lucasfc@gmail.com*/

 

body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}
/*#mainFlash {
	position: absolute;
	height: 550px;
	width: 880px;
	top: 50%;
	left: 50%;
	margin-left: -440px;
	margin-top: -275px;
	text-align: center;
	margin: 0 auto;
}*/

#mainFlash {
position:absolute;
     left: 50%; 
     top: 50%;
     width: 880px;
     height: 550px;
     margin-top: -275px; /* half of the height */
     margin-left: -440px; /* half of the width */
}
	 

