@charset "utf-8";

body{
margin:0px auto;
background-color:#CCCCCC;}
#main {
	width: 778px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner {
	background-image: url(images/banner.gif);
	height: 100px;
	width: 778px;
	background-repeat: no-repeat;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-image: url(images/welcome.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#footer {
	background-image: url(images/footer.gif);
	height: 71px;
	width: 778px;
	background-repeat: no-repeat;
}

