@charset "utf-8";
/* CSS Document */


body{
	background-color:#333333;
	background-repeat:no-repeat;
	background-image:url(background2.jpg);
	background-repeat:repeat-y;
}

#container{
	margin:auto;
	background-image:url(shadow.png);
	background-repeat:no-repeat;
	padding-right:45px;
	width:900px;
	height:520px;
	
}
#flashcontent{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;	
	height:500px;
	width:900px;
}

