/* Main Structure */

Body {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	color: #000;
	margin-left: 0px;
	background-color: #000;
	background-image: url(../images/backgroundtwo.jpg);
	height: 100%;
	background-attachment: scroll;
}

#Wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	width: 900px;
	padding-top: 0px;
	height: auto;
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

#Logo_Holder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	width: 140px;
	padding-top: 0px;
	height: auto;
	font-weight: normal;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 40px;
}

/* Links */

a {
	font-size: 12px;
	color: #999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

