@charset "ISO-8859-1";

body {
	padding-top: 0px;
	margin: 0 0px;
	top: 0px;
	background-color: #191919;
	text-align: center;
}
#container {
	width: 1000px;
	position: relative;
	margin: 50px auto;
}

#preheader {
	width: 1000px;
	height: 20px;
	margin: 0px auto;
	position: absolute;
	left: 0px;
	top: -50px;
	}
	
.starta {
	position: absolute;
	margin-top: 0px;
	margin-left: 400px;
	color: #999;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: dotted thin;
	border-color: #666666;
}
.starta:hover  {
	border-color: #666666;
	color: #FF0000;
}
