*
{
	padding: 0;
	margin: 0;
}
a
{
	color: #b37e58;
	text-decoration: none;
}
a:hover
{
	color: #745239;
}
body
{
	font-family: Arial;
	font-size: 12pt;
	background-color: #080808;
	background-image: url(images/gameTitleBackground.png), url(images/backgroundImage.png);
	background-repeat: no-repeat, repeat;
	background-position: center 5px;
	line-height: 1.75em;
}
p
{
	margin-bottom: 1.5em;
}
#wrapper
{
	width: 980px;
	height: 1900px;
	position: relative;
	margin: 85px auto 0 auto;
}
#header
{
	position: relative;
	height: 25px;
	padding: 35px;
}
#page
{
	position: relative;
	width: 910px;
	/*height: 850px;*/
	height: 1550px;
	margin: 0 0 0 0;
	color: #ffffff;
	padding: 55px 35px 0 35px;
	background: rgb(8, 8, 8);	/* Old browsers. */
	background: rgba(8, 8, 8, .5);
}
#sidebar
{
	float: left;
	padding: 0;
	width: 225px;
}
#sidebar ul li
{
	padding: 10px 0 10px 0;
	border-top: solid 1px #604322;
	list-style-type: none;
}
#content
{
	padding: 0;
	width: 600px;
	height: 1200px;
	margin: 0 0 0 255px;
	font-size: 12pt;
}
#bodytext
{
	color: #6e6e6e;
}
#bodytext ul li
{
	margin-left: 1.75em;
}
#bodyvideo
{
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
	height: 850px; /*704 + IGS. */
}
#quotes
{
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
	height: 512px;
}
#footer
{
	font-family: Arial;
	font-size: 10pt;
	margin: 0 0 0 0px;
	padding: 0px 0 0px 0;
	text-align: center;
	color: #6e6e6e;
}
#footer a
{
	color: #0066ff;
}
#footer a:hover
{
	color: #003482;
}
#menu a
{
	letter-spacing: -1px;
	color: #F8F8F7;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.25em;
	font-family: Arial;
}
#page strong
{
	color: #FDEFDD;
}
#progressbar
{
	background-color: black;
	border-radius: 13px; /* (height of inner div) / 2 + padding */
	padding: 6px;
}
#progressbar div
{
	background-color: orange;
	width: 40%; /* Adjust with JavaScript */
	height: 20px;
	border-radius: 10px;
}