@charset "utf-8";
/* CSS Document */
body {
background-image:url(images/webpage_bground.jpg);
background-position : top;
background-color : #fdc856;
color : #000000;
margin : 0px 0px 0px 0px;
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
margin:50px 0px; padding:0px;
}
#content {
margin:auto;
width:830px;
}
#container {
position : absolute;
top : 28px;
width : 830px;
height : 550px;
}
#main {
position : absolute;
left : 130px;
top : 30px;
width:700px;
height : 500px;
padding:10px;
z-index : 100;
}
#nav {
position : absolute;
left : 0px;
top : 30px;
width : 130px;
height : 500px;
}
#top {
position : absolute;
left : 130px;
top : 0px;
width : 700px;
height : 20px;
font-size : 16px;
padding-top : 10px;
}
#bottom {
color : #fff;
text-align : right;
position : absolute;
left : 0px;
top : 530px;
width : 830px;
height : 20px;
}
#square {
background-image : url(images/main_bground.gif);
opacity : 0.85;
filter: alpha(opacity=85);
-moz-opacity:0.85 ;
position : absolute;
left : 130px;
top : 30px;
width : 700px;
height : 500px;
}
h2 {
font-size:18px;
line-height:10px;
font-weight:bold;
}
#salebutton {
	position:absolute;
	top:-61px;
	left:650px;
	width:125px;
	height:125px;
	background:url(images/sale-badge.gif);
}
