
body {
	height: 100%;
	width: 951px;
	~width: 950px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-color: white;
	background-image: url(/images/background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

div#container {
	width: 950px;
	height: 100%;
}

div#content {
	width: 631px;
	margin-left: 277px;
	margin-top: -694px;
	background: url(/images/contentback.jpg);
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica;
	font-size: 15px;
	color: #1e1e1d;
}

div#content td {
	font-size: 15px;
}

div#menu {
	position: absolute;
	top: 262px;
	left: 50%;
	margin-left: -451px;
}

div#menu img {
	border: medium none;
}

div#title {
	position: absolute;
	top: 277px;
	left: 50%;
	margin-left: -185px;
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica;
	font-size: 18px;
	color: #707070;
	text-transform: uppercase;
	font-weight: bold;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

