*{margin: 0px; padding: 0px;}

html, body
{
	width: 100%;
	height: 100%;
	background: #000;
}

#bg
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url('../img/bg.png') center center;
	background-repeat: no-repeat;
	display: none;
}

#com_btn
{
	z-index: 999;
	position: absolute;
	right: 50px;
	top: -40px;
	cursor: pointer;
	float: left;
}

#player_box
{
	width: 900px;
	height: 506px;
	background: url('../img/pbox_bg.png');
	display: none;
	z-index: 999;
	position: absolute;
	top: 50%; left: 50%;
	margin: -253px 0px 0px -450px;
}

#close_btn
{
	color: #fff;
	font-family: arial;
	font-size: 12px;
	position: absolute;
	right: 50px;
	top: 50px;
	padding: 10px 30px;
	cursor: pointer;
	background: #000;
}

#close_btn:hover
{
	background: #fff;
	color: #000;
}

#logo
{
	position: relative;
	top: -138px;
}

#main_wrapper
{
	width: 100%;
	height: 100%;
	z-index: 999;
	position: relative;
	display: table;
	background: url('../img/cover.png');
}

#content
{
	width: 100%;
	height: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#center
{
	height: 400px;
	width: 984px;
	margin: 0px auto;
	position: relative;
}

#clouds
{
	position: absolute;
	margin-top: -170px;
}
.cover_btn
{
	position: relative;
	cursor: pointer;
	margin: 2px;
	width: 160px;
	float: left;
	height: 410px;
}

#footer
{
	position: fixed;
	height: 50px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background: url('../img/footer_bg.png');
	z-index: 9999;
}

#banner
{
	background: url('../img/banner.png');
	position: relative;
	top: -165px;
	width: 649px;
	left: 180px;
	margin-bottom: -170px;
	height: 49px;
	text-align: left;
}

#banner span
{
	font-family: georgia;
	font-size: 12px;
	position: relative;
	top: 9px;
	margin: 0px 0px 0px 5px;
	color: #000;
}

#banner img
{
	font-family: georgia;
	font-size: 12px;
	position: relative;
	top: 14px;
	margin: 0px 0px 0px 25px;
	color: #000;
}


#arugs { background: url('../img/arugs_btn.png') }
#ceramic { background: url('../img/ceramic_btn.png') }
#carpet { background: url('../img/carpet_btn.png') }
#hardwood { background: url('../img/hardwood_btn.png') }
#granite { background: url('../img/granite_btn.png') }
#laminate { background: url('../img/laminate_btn.png') }


#arugs:hover { background: url('../img/arugs_btn_hover.png') }
#ceramic:hover { background: url('../img/ceramic_btn_hoverg.png') }
#carpet:hover { background: url('../img/carpet_btn_hover.png') }
#hardwood:hover { background: url('../img/hardwood_btn_hover.png') }
#granite:hover { background: url('../img/granite_btn_hover.png') }
#laminate:hover { background: url('../img/laminate_btn_hover.png') }


#copy
{
	font-family: arial;
	font-size: 11px;
	color: #999;
}







 



























