html, body{height:100%;} 
body {
	background-color: #000000;
	margin-left: 0px;
                margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
}
#main{
	position:absolute;
	top: 0px;
	left: 50%;
	height:100%;
	position: absolute;
	z-index: 0;
}
#base {
	position:absolute;
	width:800px;
	height: 600px;
	z-index:1;
	left: -400px;
	margin:0 auto;
	top: 0;
	background: #000000 url('images/bgblack.png') no-repeat;
}
#logo {
	position:absolute;
	width:271px;
	height:61px;
	z-index:1;
	left: 269px;
	top: 50px;
	background-image: url('images/logo.png');
}
#side {
	position:absolute;
	width:22px;
	height:35px;
	z-index:2;
	top: 700px;
	left: 252px;
	background-image: url('images/left.png');
}
#address_box {
	position:absolute;
	width:159px;
	height:35px;
	z-index:3;
	left: 274px;
	top: 700px;
	overflow: hidden;
	background: url('images/address_box.png');
	border:medium none;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#FFFFFF;
	padding-top: 10px
	
}
#right {
	position:absolute;
	width:21px;
	height:35px;
	z-index:4;
	left: 433px;
	top: 700px;
	background-image: url('images/right.png');
}
#button {
	position:absolute;
	width:76px;
	height:35px;
	z-index:5;
	left: 454px;
	top: 700px;
	border:medium none;
	background: url('images/button.png') no-repeat;
}
#ad1 {
	position:absolute;
	width:336px;
	height:280px;
	z-index:6;
	left: 226px;
	top: 120px;
                font-family:"Trebuchet MS";
	font-size:14px;
}

#ad3 {
	position:relative;
	width:800px;
	height:39px;
	z-index:9;
	left:-400px;
	top: 714px;
}
		
#DESC {
	position:absolute;
	width:728px;
	height:65px;
	z-index:9;
	left: 36px;
	top: 439px;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#B3B3B3;
}
