html {
	overflow-y: scroll;
}
body{
	margin: 0px;
	padding: 0;
	background-image: url(../images/backlogo.png);
	background-position: right bottom;
	background-repeat:no-repeat;
}
#shadow{
	width: 920px;
	margin: 0px auto 0 auto;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
}
#box{
	width: 900px;
	margin: 0px 0 0 10px;
	background-color: #27659E; /* was #3e76a7 */
	background-image: url(../images/topbanner.jpg);
	background-repeat:no-repeat;
}
#top{
	width: 480px;
	height: 360px;
	margin: 10px 0 0 200px;
	padding: 12px 12px 12px 12px;
	background-image: url(../images/bckround.png);
	background-repeat: no-repeat;
}
#main {
    margin-left: 0px;
}
#innerwrapper {
	float: left;
	top: 110px;
	width: 100%;
}

#content {
	float: left;
	width: 669px;
	min-height: 320px;
	margin: 0px 0 0px 102px;
	padding: 10px 15px 15px 15px;
	background-color: #FFFFFF;
}
#logo {
	float: right;
	width: 900px;
	height: 10px;
	margin: 10px 12px 10px 0;
	padding: 0px 0px 0px 0px;
}
#footer {
    clear: both;
	background-color: #ffffff;
    height: 0px;
} 
.preload {
	display: none;
}
