@charset "utf-8";
/* CSS Document */

body
{
	background-color: #5C5249;
	margin: 0;
	padding: 0;
	color: #A6A09C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #A6A09C;
}

a:visited {
	text-decoration: none;
	color: #A6A09C;
}

a:hover {
	text-decoration: none;
	color: #FF9933;
}

a:active {
	text-decoration: none;
	color: #A6A09C;
}

a.selected {
       color: #BFCA76 !important;
}

#logo {
	position:absolute;
	left:17px;
	top:17px;
	width:500px;
	height:179px;
	z-index:1;
	visibility: visible;
}

#this
{
	position:absolute;
	display: block;
	background-color: #36332F;
	width: auto;
	height: 300px;
	margin-top: 0px;
	top: 200px;
	width: 100%;
	z-index: 0;
}

#container
{
	
	left: 50%;
	width: 1000px; /* Make sure to make margin-left half the number of the width with a negative sign */
	height: 300px;
	margin-left: -500px; /* Make sure this is negative */
	margin-top: -150px;
	top: 200px;
	z-index: 1;
}

#box
{
	position:relative;
	float: right;
	display: block;
	background-color: black;
	width: 200px;
	height: 250px;
	margin-top: 175px;
	top: 50%;
	z-index: 1;
	margin-right: 0px;
}

