
@charset "utf-8";
/* CSS Document */
#body {
	background-color:rgb(51, 51, 51);
	}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color:white;
	}
#banner {
	background-image:url(/logo.gif):
	width:900px;
	height:180px;
	}
#iframe {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	}


