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

body {
	text-align:center;
	background:#333333;
}

#wrapper
{
	margin:0 auto 0 auto;
	padding:0;
	text-align:left;
	width:100%;
	height:100%;
}

#content {
	margin:0px auto 0 auto;
	width:1100px;
	height:700px;
	background-image: url(../assets/bg.jpg);
	background-repeat: no-repeat;
	text-align:left;
	
}


#flashContainer { 
	padding:0px 0 0 0px; 
	height:700px; 
	width:1100px;
	display:block;
		
 }

