body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #ddd;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	line-height: 17px;
}

a {
	color: #ffa200;
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#page {
	width: 500px;
	margin: 15px auto 0 auto;
}

#header {
	width: 750px;
	height: 95px;
}

#logo {
	float: left;
}

#info {
	float: right;
	margin-top: 10px;
	color: #838383;
}

#screenshots {
	float: left;
	width: 486px;
}

#description {
	float: right;
	width: 235px;
}

#video {
	width: 750px;
	height: 39px;
}

#recent_news {
	margin-top: 10px;
}

.news_item strong {
	color: #777;
	font-weight: bold;
	font-size: 15pt;
}

#footer{
	margin-top: 20px;
	background-color: #222;
}