@charset "utf-8";
body {
	background-image: url(images/main_background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
}
#main {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.flash_banner {
	text-align: center;
	width: 100%;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	background-image:url(images/background_flash.gif);
	background-repeat: repeat-x;
	background-position: top;
}
