	body {
	background-color: #404043;
	font: .8em/1.3em verdana,arial,helvetica,sans-serif;
	margin:0px;
	overflow:hidden; /*Important to hide the scrollbars in IE when Background image is used */	
	
	}
	
#bg 
{
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -450px 0 0 -628.5px; /* top = 1/2 height, right = 0, bottom = 0, left = 1/2 width */
	height: 900px;  /* same as image height */
	width: 1257px; /* same as image width */
	background: url(img/site.jpg) #ccc; 
} 


#divOuter {
	width: 770px;
	height:381px;
	position: absolute;
	top: 400px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -125px; /*this for perfect center has to be 
	


half of the width*/
}
#divInner {
	width: 			813;
	height: 		381px;
}
	#flashcontent {
				position:absolute;
				width:950px;
				height:540px;
				margin-left:-475px;
				margin-top:-270px;
				left:50%;
				top:50%;
				color:#CCCCCC
	}

