body {
	margin: 0;
	padding: 0;
	background: #c31a25;
	color: #ddd;
	font: .75em "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 5900px;
	height: 400px;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a, h1, h2, h3, h4 {
	color: #8fc0fb;
}
a.normal {
	color: #d7767a;
	border: none;
}
a.normal:hover {
	border-bottom: 1px dotted;
}
a img {
	border: none;
}
a.img-changer {
	border:  1px solid;
	padding: 3px 7px;
}
h1, h2, h3, h4 { 
	margin-bottom: 3px;
}

#logo {
	width: 800px;
	height: 106px;
	position: fixed;
	left: 85px;
	top: 25px;
	z-index: 10000;
	color: #000;
	padding-left: 311px;
	background: url(images/logo.png) no-repeat;
}
#alert {
	height: 25px;
	background: url(images/alert.png);
	color: #fff;
	text-align: center;
}
.alert-text {
	position: fixed;
	left: 30%;
	background: #c31a25;
	padding: 5px;
	opacity: .8;	
	
}
ul#navi {
	padding: 0;
	margin: 60px 0 0 0;
}
ul#navi li {
	display: inline;
	margin-right: 25px;
	padding-left: 20px;
}
ul#navi li a{
	color: white;
	border: none;
}
ul#navi li a:hover{ 
	border-bottom: 1px dotted white;
}
ul#navi li.home {
	background: url(images/navi/home.png) no-repeat;
}

ul#navi li.settings {
	background: url(images/navi/settings.png) no-repeat;
}

ul#navi li.multiple {
	background: url(images/navi/multiple.png) no-repeat;
}

ul#navi li.servers {
	background: url(images/navi/servers.png) no-repeat;
}

ul#navi li.download {
	background: url(images/navi/download.png) no-repeat;
}
ul#navi li.contact {
	background: url(images/navi/mail.png) no-repeat;
}
#info {
	margin: 125px 0 0 0 ;
}
.page {
	width:1000px;
	float: left;
	margin: 0 0 0 100px;
	/*
	margin: 125px auto 0 auto;
	border: 5px solid #1f2731;*/
	border: 5px solid #2a3b4c;
	background: #0f161d url(images/bg.png) no-repeat -92px -116px;
}
#footer {
	margin-top: 50px;
	left: 25%;
	width: 500px;
	font-size: 11px;
	color: #d7767a;
	text-align: center;
	position: fixed;
	clear: both;
}
.screenie {
	position: relative;
	float: left;
	width: 250px;
	margin: 0 50px 100px 0;
	text-align: center;
	font: 10px Monaco, mono, Courier, Times, "Times New Roman";
	color: #8fc0fb;

}
.text {
	padding: 20px 20px 20px;
	color: #fff;
}
.text ul {
	padding: 0 0 0 310px;
	list-style-image: url(images/bullet.png);
	margin: 3px 0 10px 0;
	line-height: 20px;
}