@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000;
	
}
#wrapper {
	width: 750px;
	margin:auto;
}
#header {
	margin-top:110px;
	height:37px;
}
#nav {}
#hov {
	float:left;
}
#hov div:hover{
	background-image:url(images/over-nav.png);
}
#content {
	height: 363px;
}
#footer {
	height:115px;
}
#content {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-stretch:narrower;
	font-weight:bold;
	line-height: 1.5em;
	color:#000;
}
