body {
	margin:0px;
	padding:0px;
	font-family:"Tahoma";
	font-size:8pt;
	position:relative;
	
	

	
}

table {
	width:100%;
	height:100%;

}

#main {
	width:995px;
	height:661px;
	background-image:url(pics/back.jpg);
	margin:0 auto;
	text-align:left;
	position:relative;
	
}


#copy {
	font-size:7pt;
	color:#333;
	padding-bottom:10px;
}

.asale {
	position:absolute;
	right:50px;
	top:216px;
	z-index:1;
	width:131px;
	height:150px;
}

.asale a {
	width:131px;
	height:150px;
	background-image:url(pics/sale.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
}

.asale a:hover {
	background-position:right;
	display:block;

}

#stat {
	position:absolute;
	bottom:0px;
	left:0px;
}

#stat img {
	opacity:0.2;
	width:15px!important;
	height:15px!important;
	filter:alpha(opacity=20)
}

