html {
	overflow-y: scroll;
}

body {
	height:100%;
	margin: 0;
	background: #be0005 url(../images/bg-home-bottom2.png) repeat-y;		
}

div#wrapper {
	/*position: relative;*/
	width: 100%;
	top: 0;
	left: 0;
/*	background-color: #be4400;*/
}

div#top {
	width: 100%;
	height: 310px;	
	background: #d7d8d7 url(../images/bg-home-top.png) repeat-x;	
}


div#topContainer {
	width: 1100px;
	height: 310px;	
}

div#topLeft {
	position: relative;
	width: 524px;
	height: 310px;
	text-align: right;
	background: url(../images/bg-home1.png) no-repeat;
	float: left;
}

div#nav{
	position: relative;
	width: 272px;
	height: 211px;
	padding: 22px 0 0 0;
	text-align: right;
	float: left;	
}

div#logo {
	position: relative;
	width: 524px;
	height: 77px;
	text-align: right;
	float: left;	
}

div#topRight {
	position: relative;
	width: 420px;
	height: 310px;		
	background: url(../images/bg-home2.png) no-repeat;
	float: left;
}

div#spotlight{
	position: relative;
	width: 330px;
	height: 250px;
/*	padding: 105px 0 0 95px;*/
	float: left;	
}

div#tips {
	position: relative;	
	width: 400px;
	height: 60px;	
	float: left;
	visibility:hidden;
}

#tips img {
	position:relative;
	top: 0px;
	margin: 0 5px 0 0;
	vertical-align: text-top;	
}


div#bottom {

}

div#bottomContainer {
	width: 944px;
}


div#bottomLeft {
	position: relative;
	width: 524px;
	height: 200px;
	padding: 27px 0 0 0;
	text-align: right;
	background: url(../images/bg-home3.png) no-repeat;	
	float: left;
}

div#bottomRight{
	position: relative;
	width: 420px;
	height: 200px;
	background: url(../images/bg-home4.png) no-repeat;	
	float: left;
}
















div#slogan {
	width: 820px;
	height: 76px;
	text-align:left;	
	/*padding: 0 20px 0 20px;*/
	display:table;	
	background: url(../images/BGshadowLR3.png) repeat-y;
}

div#sloganL {
	position:relative;
	padding: 8px 0 0 70px;
	width: 320px;
	text-align:left;
	float:left;	
}

div#sloganR {
	position:relative;
	padding: 8px 0  0 30px;
	width: 340px;
	height:68px;
	text-align:left;
	background: url(../images/logo-small.png) right no-repeat;
	float:left;
}

div#smLogo {
	position:relative;
	float:left;
}

div#footer {
	position:relative;
	width: 524px;
	text-align: right;	
	clear:left;

}

/*NavBar 1px image spacer*/
.navSp {
	margin: 0 0 0 1px;
}




















	
