body {
	background-color: #000000;
	font-family: "Gill Sans MT", Verdana, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}
p.caption {
	font-size: .75em; 
}
a:link {
	color: #f6d45d;
	text-decoration: underline;
}
a:visited {
	color: #f6d45d;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	color: #99ccFF;
}
#sideBar {
	text-align: center;
	position: absolute;
	left:0px; top:25px; width:170px;
	}
#poster {
	position:absolute;
	left:190px;
	width:250px;
	top:25px;
	}
#gamePoster {
	width:800px;
	}
#description {
	position:absolute;
	left:460px;
	width:340px;
	top:23px;
	}
#gameDescription {
	width:340px;
	}
#extraImages {
	position: absolute;
	left:0px; width:440px; top:400px; text-align:right;
	}
#content {
	position:absolute;
	left:200px; top:25px; width:600px;
	}
#farRight{
	position:absolute;
	left:640px; width:250px; top:25px;
	}
