html {
	width: 100%;
	height: 100%;
}

body {
	background-color: #000000;
	background-image: url(backb.png),url(backa.png);
	background-repeat: repeat-x,repeat-y;
	background-position: left 180px, center top;
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #EEEEEE;
	width: 100%;
	height: 100%;
}

a:link, a:visited, a:active {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}

::selection {
	color: #FFCC00;
}

::-moz-selection {
	color: #FFCC00;
} 

#clear {
	clear: both;
	margin: 0px;
}

ul, li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center 40px;
	width: 1000px;
	height: 180px;
	border-bottom: 10px solid #999999;
}

.games {
	display: none;
}

.container3 {
	width: 1050px;
	padding: 0;
	margin: 0;
}

.container3 ul{
	list-style-type: none;
	margin: 0;
	padding:0px;	
}

.container3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}

.contentContainer {
	float: left;
	width: 0px;
	height: 400px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.gametab {
	width: 50px;
	height: 400px;
	display: block;
	float: left;
}

.tab {
	background-image: url(tab_overlay.png),url(tabs.png);
	background-repeat: no-repeat, no-repeat;
	width: 50px;
	height: 400px;
	display: block;
}

.mvd {
	background-position: 0 0, 0 0;
	background-color: #CC0000;
}

.warp {
	background-position: 0 0, -50px 0;
	background-color: #6633CC;
}

.ist {
	background-position: 0 0, -100px 0;
	background-color: #E4BA12;
}

.content {
	width: 850px;
	height: 400px;
	display: block;
}

.mvdc {
	background-image: url(back_mvd.jpg);
}

.warpc {
	background-image: url(back_warp.jpg);
}

.istc {
	background-image: url(back_ist.jpg);
}

#details {
	width: 540px;
	height: 400px;
	display: block;
	float: left;
	overflow: hidden;
	text-shadow: 2px 2px 2px #000000;
}

#details h1 {
	font-size: 40px;
	line-height: 90px;
	margin: 0 0 0 30px;
	padding: 0;
}

.mvdt {
	color: #CC0000;
}

.warpt {
	color: #A384E0;
}

.istt {
	color: #E4BA12;
}

#details p {
	color: #EEEEEE;
	font-size: 20px;
	line-height: 25px;
	text-align: justify;
	margin: -20px 0 0 30px;
	padding: 0;
}

#download a:link, #download a:visited, #download a:active {
	font-size: 23px;
	line-height: 23px;
	font-weight: bold;
	text-transform: uppercase;
}

#media {
	width: 255px;
	height: 400px;
	margin: 0 25px 0 30px;
	float: left;
	overflow: hidden;
}

.logo {
	width: 250px;
	height: 200px;
	display: block;
}

.mvdl {
	background-image:url(mvd_logo.png);
}

.warpl {
	background-image:url(warpzone_logo.png);
}

.istl {
	background-image:url(ist_logo.png);
}

#media img {
	width: 80px;
	height: 60px;
	margin: 0 5px 0 0;
	padding: 0;
}

#about {
	background-color: #444444;
	background-image: url(whois.png);
	background-repeat: no-repeat;
	background-position: 20px 25px;
	height: 270px;
	padding: 80px 0 0 0;
	margin-bottom: 180px;
	border-top: 10px solid #999999;
	overflow: hidden;
}

#about p {
	color: #CCCCCC;
	font-size: 20px;
	line-height: 25px;
	margin: 0 20px;
}