html, body {
	height: 100%;
	margin: 0 0 0 0;
	text-align: center;
	background-color: #000000;
	padding: 0;
	background-image: url(../img/backgroundx.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#container {
	background-color: #000000;
	min-height: 100%;
	width: 800px;
	position: relative;
	padding-top: 0px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;
	margin: 0 auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}
#header {
	position: relative;
	padding: 0 0 0 0;
}
#maincon {
	padding: 10px 140px 50px 140px;
	height: 100%;
	background-repeat: no-repeat;
	text-align: left;
	background-position: center top;
	background-attachment: scroll;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	bottom: 0px;
	color: #999999;
	font-size: small;
	padding-bottom: 20px;
	position: bottom;
}
#links {
	color: #CC6600;
}
reach {
	color: #9A0000;
	font-style: normal;
	font-size: 14px;
}

