@charset "utf-8";
/* CSS Document */

body {
	background-image:url(background.png);
	margin:0px auto;
}

div {
}

#wrapper {
	margin:0px auto;
	
	margin-bottom:10px;
	width:865px;
}

#header {
	width:865px;
	height:0px;
}

#nav {
	height:0px;
	width:865px;
}

#content{
	width:865px;
	height:479px;
	text-align:center;
}

#footer {
	width:865px;
	height:50px;
}

.bottomFooter{
	text-align:center;
	padding-top:4.5px;
	font-size:9px;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
}

#bottomFooter a:Link {
	color:#333;
}

#bottomFooter a:Active {
	color:#333;
}

.link{
	color:#333;
}

.link a:Link {
	color:#333;
}