body {
	background-color: #000000;
	}
	
input {
	color: #807979;
	background-color: #0D0D0D;
	border: 1px solid #424242;
	}

#frame {
	width: 100%;
	text-align: left;
	top:15px;
	float:left;
	background-color: black;
	}

#contentwrapper{
	background-color: black;
	font-family: sans-serif;
	color: #807979;
	height: auto !important;
	width:100%;
	float:left;
	}
	
#contentwrapper a {
	color: #807979;
	font-size: 10px;
	text-decoration: none;
	}
	
#contentwrapper a:hover {
	color: #8F8989;
	font-size: 10px;
	text-decoration: none;
	}
