body {
	margin: 0px;
	height: 100%;
}

#bg-img, #bg-img img {
	width: 100%;
	height: 100%;
	z-index: -1;
	position: fixed;	
	top: 0;
	left: 0;
}

#page {
	width: 100%;
	height: 780px;
	margin: auto 0;
}

#header {
	width: 100%;
	height: 120px;
	background: url(../img/bg_border_up.png) repeat-x bottom;
}

#logo {
	height: 35px;
	width: 185px;
	margin: auto;
}

#sublogo {
	height: 25px;
	width: 287px;
	margin: auto;
	padding-top: 20px;
}

#content {
	width: 100%;
	height: 440px;
	overflow: hidden;
	margin: 0 auto;
}

#slides {
	width: 500%;
	height: 440px;
}

div.slide {
	width: 660px;
	height: 410px;
	padding: 15px;
	padding-top: 40px;
	margin: 0 auto;
	float: left;
}

#showroom {
	width: 660px;
	height: 440px;
}

#footer {
	width: 100%;
	height: 220px;
	background: url(../img/bg_border_down.png) repeat-x top;
}

