html{
text-align: center;}
/*homepage background color */
.home{
	background: #383A38;
}

body{
	margin: 0 auto;
	width: 950px;
	text-align:left;
	background: #1F211F;
}

div#centered_div{
width:950px;
height:670px;
position:absolute;
top:50%; left:50%;
margin-left:-475px;
margin-top:-340px;
background:white;
}

div#left {
	position:relative;
	width: 375px;
	float:left;
	height: 540px;
	top: 80px;
	padding-left: 0px;
}

div#right {
	position:relative;
	width: 575px;
	float:left;
	height: 540px;
	overflow: auto;
	top: 80px;
}

div#left_home {
	position:relative;
	width: 300px;
	float:left;
	height: 540px;
	top: 80px;
	padding-left: 0px;
}

div#right_home {
	position:relative;
	width: 650px;
	float:left;
	height: 540px;
	overflow: auto;
	top: 80px;
}


div#whitespace {
width:100%;
height:100px;
}

div#branding {
	width: 170px;
	height: 108px;
	left: 72px;
	position: relative;

}

div#siteInfo {
}
div#nav {
	width: 174px;
	left: 72px;
	position: relative;
	top: 120px;
	display: block;
}
div#thumbs {
	width: 100px;
	height: 100px;
	left: 72px;
	position: relative;
	top: 140px;
	}
	
	div#thumbs_navigation {
	width: 100px;
	height: 15;
	position: relative;
	top: 145px;
	left: 72px;
}
div#thumb_default {
	width: 15px;
	height: 17px;
	position: relative;
	float: left;
	margin: 0px 5px 5px 0px;
	border: 0px;
	display: block;
}

div#thumb_nav {
	width: 15px;
	height: 15px;
	position: relative;
	margin: 0px 5px 5px 0px;
	display: block;
	float: left;
}
div#centered_home_div {
width:950px;
height:640px;
position:absolute;
top:50%; left:50%;
margin-left:-475px;
margin-top:-325px;
background:#1F211F;
}
div#preload{
position:relative;
display:none;
}
div#thumb_selected {
	width: 15px;
	height: 17px;
	position: relative;
	float: left;
	margin: 0px 5px 5px 0px;
	border: 0px;
	display: block;
}
div#footer{
	position:relative;
	top: 642px;
	font-size: 9px;
	color: #555;
}
