* {
	font-family: Arial, Verdana, Tahoma;
	color: #000;
	font-size: 12px;
	}

html {
	width: 100%;
	height: 100%;
	}


body {

	min-height: 200%;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #000000 url("img/body_bg.gif") repeat-y top center;
	}


div, span, form {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	}

a img {
	border: 0px none;
	}

div#body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background: url("img/page_bg.jpg") no-repeat top center;
	}


div#header {
	height: 106px;
	width: 1000px;
	background: #fff url("img/header.jpg") no-repeat top center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 10;
	}

div#page {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -500px;
	background: #ffffff url("img/content_bg.gif") repeat-y top center;
	width: 1000px;
	z-index: 8;
	}

div#content {
	margin: 120px 30px 50px 30px;
	z-index: 9;
	}


div#col1 {
	float: left;
	width: 300px;
	margin-right: 30px;
	}

div#col2 {
	float: left;
	width: 400px;
	margin-right: 30px;
	}


div#adsense_728x90 {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	}

div#adsense_160x600 {
	width: 160px;
	float: left;
	}

div#adsense_300x250 {
	width: 100%;
	text-align: center;
	margin-top: 25px;
	}


#server_list {
	width: 300px;
	border: 1px #ccc solid;
	}

#server_list .title {
	height: 30px;
	background: #bbb;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	}

#server_list .row {
	clear: both;
	margin: 5px;
	}

#server_list .row .col0 {
	float: left;
	width: 20px;
	text-align: center;
	}

#server_list .row .col1 {
	float: left;
	margin-left: 20px;
	width: 160px;
	text-align: left;
	}

#server_list .row .col2 {
	float: left;
	width: 80px;
	text-align: center;
	}

#alert_signup {
	float: left;
	width: 400px;
	border: 1px #ccc solid;
	}

#alert_signup .title {
	height: 30px;
	background: #bbb;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	}

#alert_signup .row {
	clear: both;
	margin: 5px;
	}

#alert_signup .row .label {
	float: left;
	width: 180px;
	font-size: 11px;
	font-weight: bold;
	}

#alert_signup .row .value {
	float: left;
	width: 160px;
	text-align: left;
	margin: 0;
	padding: 0;
	}


#alert_signup .row .options {
	font-size: 11px;
	font-weight: bold;
	}


#alert_signup .writeup {
	margin: 10px;
	font-size: 12px;
	color: #333;
	}

#alert_signup .writeup .small {
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	}

input.checkbox {
	border: 0px none;
	background: transparent;
	font-size: 11px;
	height: 13px;
	width: 13px;
	}
	