/* CSS Document */
#container{
	margin:0 auto;
	}
	
#cover{
	height:650px;
	}	
	
#bg_left{
	height:900px;
	}	
	
#bg_right{
	height:900px;
	}
	
h2{
	background:url(images/h2_top.jpg) no-repeat;
	}

#tree{
	background:url(images/tree_top.jpg) no-repeat;
	color:#0099cc;
	}
			
#index_left{
	width:390px;
	height:361px;
	background:url(images/index_left.jpg);
	float:left;
	text-indent:-9999px;
	}
	
#index_right{
	width:430px;
	height:361px;
	background:url(images/index_right.jpg);
	float:right;
	text-indent:-9999px;
	}
	
#index_center{
	clear:both;
	width:820px;
	height:98px;
	background:url(images/index_center.jpg);
	}
	
#index_oxygen{
	float:left;
	width:479px;
	height:123px;
	background:url(images/index_oxygen.jpg);
	text-indent:-9999px;
	}
	
#index_ladies{
	float:right;
	width:341px;
	height:123px;
	background:url(images/index_ladies.jpg);
	text-indent:-9999px;
	}
	
#news{
	width:350px;
	height:52px;
	padding:67px 70px 0 10px;
	font-size:12px;
	}

.index_a a{
	display:block;
	width:430px;
	height:74px;
	background:url(images/index_a_cover.jpg) no-repeat;
	margin:0;
	text-indent:-9999px;
	}
	
.index_a  a:hover{
	background:none;
	}
	
.index_b a{
	display:block;
	width:430px;
	height:84px;
	margin:0;
	background:url(images/index_b_cover.jpg) no-repeat;
	text-indent:-9999px;
	}
	
.index_b  a:hover{
	background:none;
	}

.index_c a{
	display:block;
	width:430px;
	height:84px;
	margin:0;
	background:url(images/index_c_cover.jpg) no-repeat;
	text-indent:-9999px;
	}
	
.index_c  a:hover{
	background:none;
	}
	
address{
	clear:both;
	width:820px;
	height:123px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	}
