/* CSS Document */
#main {
	margin-left: auto;
	margin-right: auto;
	position:static;
	width:900px;
	height:600px;
}
#header {
	position:static;
	width:900px;
	height:108px;
}
#content {
	position:static;
	width:900px;
	height:592px;
	background-image:url(../img/bodyImg.jpg);
	background-repeat:no-repeat;
}

#flashcontent {
	margin-left: auto;
	margin-right: auto;
	position:static;
	width:620px;
	height:415px;
}
-->


