
body {
	background-image: url('../images/background_tile.jpg');
	background-repeat: repeat;
	background-color: black;
	padding: 0px;
	border: 0px;
	margin:0px;
}

.banner_bar {
	margin-top: 20px;
	background-image: url('../images/blue_banner_repeat.jpg');
	background-repeat: repeat;
	height: 113px;
}

.banner_header {
	margin-left: 20px;	
	height: 113px;
	width: 700px;
}

.copyright {
	margin-top: 0px;
	border-top: 1px solid #666666;	
	padding-top: 5px;
	font-size: 75%;
	font-family: arial;
	color: #AAAAAA;
	text-align: center;
	width:702px;
	margin-left: 20px;
	margin-bottom: 20px
}

.content_panel {
	margin-left: 20px;
	position: relative;
	top: -20px;
	background-image: url('../images/content_panel_background_tile.png');
	background-repeat: repeat;
	border: 1px solid white;
	width: 700px;
}

.content {
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
}

.headline {
	font-size: 150%;
	font-weight: bold;
	font-family: Arial;
	color: #555555;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #555555;
}

.sectionHeading {
	color: #555555;
	font-weight: bold;
	border-bottom: 1px solid #555555;
}

.description {
	font-family: Arial;
	margin-bottom: 20px;
	color: #222222;
}

.gameAd {
	border: 0px;
	text-align:center;
}

.screenshot {
	/*
	width: 160px;
	height: 230px;
	*/
	padding-top: 3px;
	padding-bottom: 10px;
}

.screenshot_left {
	padding-right: 10px;
	float: left;
}

.screenshot_right {
	padding-left: 10px;
	float: right;
}

