body { 
	
	width:  100%;
	height: 100%; 
	
	margin:  0px;
	padding: 0px;

	font-family: Arial;
	font-size: 10px;
	color: #000000;
	line-height: 19px;
	
	background-image: url("../images/bg.jpg");
	background-position: center;
	background-attachment:fixed; 
	background-repeat: repeat-x;
}

object {
	outline:none; 
}

img{
 position: absolute;
 top: 50%;
 margin: -100px 0 0 -150px;
}

#wrapper {
	position: absolute;
	top: 50%;
	margin: -382px auto 0 auto;
	width: 100%; 
	height: 768px;
	background-image: url("../images/bg_flash.jpg");
	background-repeat: repeat-x;
	text-align: center;
}
