* {
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
}

a {
	color: #37c;
	text-decoration: none;
}

a:hover {
	color: #5ae;
}

h1 {
	padding: 12px;
	font-size: 36pt;
}

body {
	background-color: #026;
	width: 100%;
	text-align: center;
}

#header {
	background-color: #001544;
	color: #00c0ff;
}

.gamebox {
	max-width: 1100px;
	min-height: 250px;
	margin: 80px auto 80px auto;
	margin-bottom: 15px;
}

.gamebox p {
	text-align: left;
	color: white;
}

.gamebox h2 {
	font-size: 23pt;
	float: left;
	color: white;
	margin-right: 20px;
}

.gamebox h3 {
	margin-top: 10px;
	text-align: left;
	color: white;
}

.gamebox ul {
	list-style: none;
	text-align: left;
	color: #fff;
	margin-bottom: 10px;
}

#sdlbox {
	text-align: left;
	max-width: 1100px;
	margin: 80px auto 80px auto;
	margin-bottom: 20px;
	color: white;
}

#sdlbox h3 {
	margin-top: 10px;
}

#sdlbox ul {
	list-style: none;
	color: #fff;
	margin-bottom: 10px;
}

.leftimg {
	margin-right: 40px;
	margin-bottom: 20px;
	float: left;
	-moz-box-shadow: 0px 0px 50px #0066ff;
	-webkit-box-shadow: 0px 0px 50px #0066ff;
}

.downloads {
	background-color: #001a51;
	padding: 1px 10px 5px 10px;
	margin-top: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.downloads li {
	list-style: none;
	float: left;
	margin-right: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.downloads ul {
	height: 16px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


