html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

body {
	color: #EEE;
	font: 13px/1.231 "Segoe UI", Tahoma, Geneva, sans-serif; 
	}
	
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}

a, a:link, a:visited, a:hover {
	border: 0px;
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
h2, ul, p {
	margin: 0 0 10px 0;
	}
	
li, p {
	line-height: 22px;
	}
	
ul li {
	margin-left: 20px;
	}
	
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}

#container {
	position: relative;
	width: 640px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	background: url(/images/motd/container_bg.png) top center repeat-y;
	}	

	#header {
		height: 90px;
		background: url(/images/motd/header_bg.png) top center no-repeat;
		}	

	#navigation{
		line-height: 30px;
		height: 30px;
		text-align: center;
		background: url(/images/motd/navigation_bg.png) top center no-repeat;
		}
		
	#navigation a {
		display: block;
		float: left;
		margin: 0 20px;
		}

	#navigation a span {
		display: none;
		}	
	
		.n_main {
			background: url(/images/motd/n_main.png) top center no-repeat;
			width: 50px;
			height: 21px;
			padding-left: 10px;
			}
			
		.n_servers {
			background: url(/images/motd/n_servers.png) top center no-repeat;
			width: 85px;
			height: 21px;
			}
			
		.n_reserved {
			background: url(/images/motd/n_reserved.png) top center no-repeat;
			width: 155px;
			height: 21px;
			}
			
		.n_news {
			background: url(/images/motd/n_news.png) top center no-repeat;
			width: 57px;
			height: 21px;
			}
			
		.n_events {
			background: url(/images/motd/n_events.png) top center no-repeat;
			width: 73px;
			height: 21px;
			}
	
		a.n_main:hover, #main a.n_main {
			background: url(/images/motd/n_main_h.png) top center no-repeat;
			}

		a.n_servers:hover, #servers a.n_servers {
			background: url(/images/motd/n_servers_h.png) top center no-repeat;
			}

		a.n_reserved:hover, #reserved a.n_reserved{
			background: url(/images/motd/n_reserved_h.png) top center no-repeat;
			}

		a.n_news:hover, #news a.n_news {
			background: url(/images/motd/n_news_h.png) top center no-repeat;
			}
			
		a.n_events:hover, #events a.n_events {
			background: url(/images/motd/n_events_h.png) top center no-repeat;
			}
		
	#content {}
			
		#box1, #box2 {
			float: left;
			width: 320px;
			}	

		#box1 img, #box2 img, #box3 img {
			display: block;
			margin-left: 20px;
			}
			
		.servers {
			height: 48px;
			margin-bottom: 12px;
			}
			
		.servers_rot {
			height: 60px;
			margin-bottom: 52px;
			}
			
		.servers p{
			margin: 0;
			padding-top: 27px;
			padding-left: 91px;
			}
			
		.servers_rot p {
			margin: 0;
			padding-top: 33px;
			padding-left: 91px;
			}
			
		.servers_rot img {
			float: left;
			margin-top: 11px;
			padding-left: 9px;
			}
			
		.hiliteTextGreen {
			font-weight: bold;
			color: #B1FB50;
			}
			
		#footer {
			background: url(/images/motd/footer_v2_bg.png) bottom center no-repeat;
			height: 40px;
			}
