#wrapper {
	width:960px;
	margin:0 auto;
	position:relative;
}
#header {
	width:auto;
}
#container {
}
#maincontent {
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	height:504px;
}
#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	height:305px;
}

a:hover {color:#003399;}
a:link {color:#003399;}
a:active {color:#003399;}
a:visited {color:#003399;}

a.link01:hover {color:#FF0000;}
a.link01:link {color:#FF0000;}
a.link01:active {color:#FF0000;}
a.link01:visited {color:#FF0000;}
