html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0
}

.banner_holder{
    width: 100%;
    position: relative;
    z-index: 101;
}

.banner_holder img{
    width: 100%;
}

.Intro_Text a{color: #000;}
.Intro_Text a:hover{text-decoration: none;}

.th {
	width: 60px;
	height: 60px;
	background-color: #FFFFFF;
	float: left;
	margin: 0px 6px 20px 0px;
	overflow: hidden;
	position: relative;
}
.th:hover {
	cursor: pointer;
	opacity: 0.5;
}

.thname {
	height: 13px;
	background-color: #000;
	position: absolute;
	padding: 5px;
	color: #FFF;
	font: 11px Arial, sans-serif;
	z-index: 100;
	width: 100%;
}

.th img {
	position: absolute;
		
	width: 60px;
	height: 60px;
}

#detail {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	opacity: 0;
	display: none;
}


#detail #closebtn {
	font: bold 35px Arial, Sans Serif;
	float: right;
	color: #999;
	position: relative;
	z-index: 102;
}

#detail #closebtn:hover {
	opacity: 0.5;
	cursor: pointer;
}


.hoverarea {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;	
}


/*Marc's CSS additions*/

.Title {
	font-family: 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
	color: #635F5D;
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 26.3999996185303px;
	margin: 20px 0 20px 0;
	padding: 5px 0 5px 0;
}

.Intro_Text {
	font-family: 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	color: #635F5D;
	font-weight: 100;
	line-height: 26.3999996185303px;
	margin: 0 0 20px 0;
}

.credits {
	font-family: 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-variant: normal;
	color: #635F5D;
	font-weight: 100;
	line-height: 26.3999996185303px;
}

#key {
	width: 20%;
}

#wrapper {
	width: 100%;
	
}

#container{
	width: 100%;
	margin: 0 auto;
}
