/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	color: #444444;
	background-color: #333333;
	line-height: 16px;
}

ul {
	margin-left: .5em;
	padding-left: 1em;
}

img {
	border: 0px;
}

a:link, a:visited {
	text-decoration: none;
	color: #06C;
}

a:hover {
	text-decoration: underline;	
}

#content {
	padding: 0px;
	margin: 40px 0 0 0;
	position: relative;
	background: url(/images/run/background.gif);
	background-repeat: no-repeat;
	background-color: #f4be15;
	width: 980px;
	border: 10px solid #444444;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-background-clip: padding-box;
	overflow: auto;
}

#content_left {
	float: left;
	width: 500px;
	padding: 20px 20px 0px 20px;
	text-align: left;
}

#content_left #logo a:hover {
	text-decoration: none;
}

#content_right {
	float: left;
	width: 420px;
	height: 100%;
	padding: 20px 20px 0px 0px;
	text-align: left;
	
}

#footer {
	width: 980px;
	padding: 10px;
	margin: 0 0 40px 0;
	color: #ffffff;
}

a.footer:link, a.footer:visited, a.footer:hover, a.footer:active {
	color: #ffffff;	
}

#footer_right {
	float: right;
	margin-top: 5px;
}

#footer_left {
	float: left;	
}

#intro {
	margin: 0 0 20px 0;	
}

#features {
	margin: 0 0 20px 0;	
}

#news {
	margin: 0 0 20px 0;	
}

#trailer {
	margin: 0 0 20px 0;	
}

#screenshots {
	margin: 0 0 20px 0;	
}

#contact {
	margin: 0 0 20px 0;	
}

#reviews {
	margin: 0 0 20px 0;	
}

#content_bottom {
	float: left;
	width: 940px;
	padding: 0 20px 10px 20px;
	text-align: left;
	clear: both;
}

#sparebytes {
	float: right;
}

#copyright {
	float: left;
	margin-top: 40px;
}

.thumbnail {
	width: 100px;
	border: 0px solid #444444;
}