*
{
margin: 0px;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	background-image: url(../build/bg-01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A5A6A9;
	background-color: #000000;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#container
{
	padding-bottom: 60px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent {
	width: 700px;
	padding-top: 65px;
	padding-left: 50px;
}

#footer
{
	margin-top: -60px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;
}
#footer  a {
	text-decoration: none;
	color: #A5A6A9;
}
#footer a:Link {
	text-decoration: none;
	color: #A5A6A9;
}
#footer   a:Hover {
	text-decoration: none;
	color: #CFD1D6;
	font-weight: bold;
}
#footerContent {
	width: 750px;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B1B0B2;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 20px;
	font-size: 10px;
	color: #A5A6A9;
	position: absolute;
}
#footerContentLeft {
	width: 500px;
	float: left;
	padding-top: 9px;
	padding-bottom: 5px;
	position: absolute;
}
#footerContentRight {
	float: right;
	width: 250px;
	margin-left: 500px;
	text-align: left;
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B2B0A9;
	padding-top: 9px;
	padding-bottom: 5px;
	padding-left: 15px;
	position: absolute;
}
.white {
	color: #FFFFFF;
}
