@charset "UTF-8";
#horizont	{
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
	
#wrapper	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	position: absolute;
	top: -180px;
	width: 100%;
	left: 0px;
	height: 400px;
	visibility: visible;
	text-align: left;
	border-color:none;
	border-width: 0px;
	border-style: none;
	background-color: #242021;
	
	}
	
#content	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	position: absolute;
	margin-left:50%;
	top: -200px;
	left: -300px;
	width: 600px;
	height: 400px;
	visibility: visible;
	text-align: left;
	border-color:#242021;
	border-width: 0px;
	border-style: none;
	background-color: #242021;
   
	background-repeat: repeat-x;
	background-position: top;
	}
	
	
	
#bottombar {
	background-color: #242021;
	height: 300px;
	bottom: 0px;
	position: absolute;
	width: 100%;
	left: 0px;
}
#topbar {
	position: absolute;
	top: 0px ;
	height: 200px;
	background-color: #242021;
	width: 100%;
	left: 0px;
}

#textarea {
	color: white;
	top: 50px;
	position: relative;  
	height: 150px;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	float: top;
}
#Wclogo {   
	position: relative; 
	left: 175px;       
	height: 250px;
	width: 250px;
	float: top;
}
#enterbut {
	letter-spacing: 3px;
	font-size: 10px;
	color: white;
	
	font-weight: normal;
}    

#news {
	font-size: 14px;
	color: #CC6633;
}
h1 {
	color: white;
	font-size: 14px;
	font-weight: bold;
}
body {
	font-family: sans-serif, Helvetica, Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #242021;
}
a:link { color: white;
	text-decoration: none;
	font-weight: normal;
}
a:visited { color: white;
	text-decoration: none;
	font-weight: normal;
}
a:hover { 
	color: red;
	text-decoration: underline;
}
a:active { color: rgb(39, 4, 41);
text-decoration: none;
}