body {
	background:#000 url(images/bg.jpg) repeat-x top left;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
#main {
	width:778px;
	height:732px;
	margin:0 auto;
	background:url(images/main-bg.jpg) no-repeat;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	position:relative;
}
#content {
	width:100%;
	height:465px;
}
#content h1 {
	width:300px;
	position:absolute;
	left:450px;
	top:240px;
	text-align:right;
	font-size:40px;
	font-weight:normal;
	color:#fff;
	border-bottom:1px solid #fff;
}
#content h2 {
	width:300px;
	position:absolute;
	left:450px;
	top:350px;
	text-align:right;
	font-size:20px;
	font-weight:normal;
	color:#fff;
}
#ads {
	width:250px;
	position:absolute;
	left:90px;
	top:120px;
	text-align:center;
	font-size:14px;
	color:#fff;
}
#ads img{
border:none;
margin-bottom:10px;
}
#products {
	width:740px;
	height:195px;
	margin:0 auto;
	background:url(images/products-bg.gif) no-repeat;
}
#products ul {
	display:block;
	width:585px;
	margin:0 auto;
	padding:0;
	padding-top:30px;
	list-style:none;
}
#products ul li {
	float:left;
	width:185px;
	padding:15px 5px 0;
	text-align:center;
}
#products ul li img {
	display:block;
	margin-bottom:3px;
	border:none;
}
#products ul li a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	line-height:100%;
}
#footer {
	width:100%;
	height:72px;
	background:url(images/footer-bg.jpg) no-repeat;
}