body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #000;
	color: #fff;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

#main {
  	width: 950px;
 	background-color: #000;
	
 	position: absolute;
	top:0;
 	bottom: 0;
 	left: 0;
 	right: 0;
	margin: auto;
}

#menu {
	width: 800px;
	top:0;
 	bottom: 0;
 	left: 0;
 	right: 0;
	margin: auto;
 	border-style: solid;
    	border-width: 1px;
	border-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	float: left;
	margin-left: 75px;
	
	}

#menu_item {
	float: left;
	width: 13%;
	text-align: center;
	}

#fb_logo {
	float: right;
	height: 15px;
	width: 15px;
	padding-right: 10px;
	}

#menu_item a:link {
	text-decoration: none;
	font-weight: bold;
 	color: white;
	text-transform: uppercase;
	font-size: 14px;
	}


#menu_item a:visited {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
 	color: white;
	font-size: 14px;
	}

#menu_item a:active {
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
 	color: white;
	font-size: 14px;
	}

#menu_item a:hover {
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
 	color: white;
	font-size: 14px;
	}

#body_of_text {
	width: 800px;
	font-size: 12px;
	top:0;
 	bottom: 0;
 	left: 0;
 	right: 0;
	margin: auto;
	}

#rules_ver {
	width: 150px;
	top:0;
 	bottom: 0;
 	left: 0;
 	right: 0;
	margin: auto;
 	border-style: solid;
    	border-width: 1px;
	border-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	float: right;
	margin-left: 75px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	
	}

.special {
	font-size: 16px;
	display: inline;
	}

#rules_ver a:link {
	text-decoration: none;
 	color: white;
	}


#rules_ver a:visited {
	text-decoration: none;
 	color: white;
	}

#rules_ver a:active {
	text-decoration: none;
 	color: white;
	}

#rules_ver a:hover {
	text-decoration: underline;
 	color: white;
	}

#body_of_text a:link {
	text-decoration: underline;
 	color: white;
	font-weight: bold;
	}


#body_of_text a:visited {
	text-decoration: underline;
 	color: white;
	font-weight: bold;
	}

#body_of_text a:active {
	text-decoration: underline;
 	color: white;
	font-weight: bold;
	}

#body_of_text a:hover {
	text-decoration: none;
 	color: white;
	font-weight: bold;
	}