body {
	margin: 0;
	padding: 0;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #353532;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#global {
	position:absolute;
	/* IE5-Mac hack \*/
	top: 50%;
	margin-top: -155px;
	/* end hack */
	width: 100%;
	height: 310px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#container {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 760px;
	padding: 0px;
	z-index: 1;
	
}

#inset {
	margin: 0px;

}

#nav {
	padding-top: 8px;
font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
}
#nav a {
	font-weight: bold;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: none;
}

