@charset "UTF-8";


/*main styles*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin-top: 0px;
	scrollbar-face-color:#000000;
	scrollbar-arrow-color:#333333;
	scrollbar-track-color:#EEEEEE;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/*div styles*/



#container {
	margin: 0 auto;
	padding: 0px;
	width: 916px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	right: auto;
}
#content {
	width: 916px;
	height: 535px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
#text {
	width: 638px;
	height: 413px;
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;
}
#specials {
	width: 277px;
	height: 413px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	width: 915px;
	height: 413px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center top;
}
#newsleft {
	padding: 5px;
	float: left;
	width: 608px;
	height: 500px;
	border: 1px solid #333333;
	overflow: auto;
	text-align: left top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#servers {
	padding: 5px;
	margin: 10px;
	float: right;
	width: 235px;
	height: 500px;
	border: 1px solid #333333;
	overflow: hidden;
	text-align: left;
}
#servers2 {
	padding: 5px;
	margin: 10px;
	float: right;
	width: 235px;
	height: 500px;
	border: 1px solid #333333;
	overflow: auto;
	text-align: left;
}
#tosscroll {
	padding: 5px;
	float: left;
	width: 608px;
	height: 500px;
	border: none;
	overflow: auto;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}


/*classes*/



.headers {
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CCCCCC;
}
.slant {
	font-style: italic;
	color: #CCCCCC;
}

/*link styles*/




a:link {
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-transform: capitalize;
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline;
}
