* { margin: 0; padding: 0; }

body {
	font-size: 12pt;
}

/*EMP: Not sure if we want to be more specific here, but IE needs to not show borders.*/
img {
	border: 0;
}

#main_container {
	width: 100%;
	height: 1050px;
	position:absolute;
	top: 0;
	left: 0;
}

#content_container {
	background-color: white;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	position: relative;
	min-width: 860px;
	width: 100%;
	height: 1050px;
}

#header {
	position: relative;
	width: 860px;
	height: 185px;
	margin: 0px auto;
}

#nav {
	list-style-type: none;
	position: absolute;
	bottom: 0px;
	left: 170px;
	height: 44px;
}

#nav li {
	display: inline;
	position: relative;
}

#nav li img {
}

#navFacebook {
	position: relative;
	left: 20px;
}

#navTwitter {
	position: relative;
	left: 40px;
}

#navYoutube {
	position: relative;
	left: 60px;
}

#main_content {
	width: 860px;
	height: 785px;
	margin: 0px auto;
	margin-top: 0px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#info_content {
	position: relative;
	left:75px;
	width:700px;
	height: 650px;
	overflow: auto;
}

#art_content {
	position: relative;
	top: 100px;
	left: 0px;
	width:750px;
	height: 340px;
	overflow: hidden;
}

#thumbnails {
	width: 660px;
	height: 650px;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	position:relative;
	top:0;
	left:65px;
}

#thumbnails img {
	position: relative;
	width: 634px;
	height: 336px;
	display: inline-block;
	cursor: pointer;
	padding: 0 10px;
	margin-left: 20px;
}

#slideshow {
	position: relative;
	top: 24px;
	left: 0px;
    width: 845px;
	height: 285px;
}

#slideshow img#switchBack {
	position: absolute;
	cursor: pointer;
	left: 20px;
	top: 100px;
}

#slideshow img#switchForward {
	position: absolute;
	cursor: pointer;
	left: 771px;
	top: 100px;
}

.hiding {
	opacity: 0;
}

.slide-list li {
    position: absolute;
    top: 0;
    left: 40px;
    list-style: none;
    opacity: 0;
}

#left_featured_buttons {
	position: relative;
	top: 60px;
	left: 26px;
	width: 230px;
	overflow: hidden;
}

#left_featured_buttons img {
	margin-bottom: 10px;
}

#right_featured_buttons {
	position: relative;
	top: -273px;
	left: 256px;
	width: 230px;
	overflow: hidden;
}

#right_featured_buttons img {
	margin-bottom: 10px;
}

#game_buttons {
	position: relative;
	top: 30px;
	left: 20px;
	width: 460px;
	overflow: hidden;
	margin: 0px;
}

.button:hover {
	position: relative;
	top: 2px;
}

.buttonSmall:hover {
	position: relative;
	top: 1px;
}

#text_content {
	position: absolute;
	margin-top: 10px;
	left: 520px;
	top: 340px;
	width: 320px;
}

#left_arrow,  #right_arrow {
	width:  60px;
	display: inline-block;
	position: absolute;
	top: 15px;
	cursor: pointer;
}
#right_arrow { right: 0; }

/*
#left_arrow:hover {
	position: absolute;
	top: 17px;
}

#right_arrow:hover {
	position: absolute;
	top: 17px;
}
*/

#footer {
	position:relative;
	bottom: 40px;
	width: 860px;
	margin: 0 auto;
}

#footer #links {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

#footer #links a {
	color: black;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-style: italic;
	font-size: 125%;
	text-align: center;
	display: inline-block;
	width: 150px;
}

#footer #links a:hover {
	color: white;
}

#imagePool {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}