body
{
	margin: 0;
	padding: 0;	
	font: 9pt Arial;
	color: #000000;
	background: url('images/bg_body.jpg') center;
}
#main
{
	width:100%;
	background: url('images/bg_top.jpg') repeat-x 50% top;	
	min-height:700px;
}
#background
{
	width:100%;
	background: url('images/bg_bottom.jpg') repeat-x 50% bottom;
}
#content
{
	margin:0 auto 0 auto;
	width:839px;	
	background: url('images/bg_white.jpg') repeat-y 50% bottom;
}
#header
{
	width:800px;
	margin:0 auto 0 auto;
	background:#fff;
}
#flash
{
	width:800px;
	height:235px;
}
#slogan
{
	width:800px;
}

#middle
{
	width:800px;		
	margin:0 auto 0 auto;	
	padding-top:20px;
}
#middle .by-now
{
	width:800px;	
	background: url('images/BUY_NOW.jpg') no-repeat 500px top;
	padding-bottom:40px;	
}

div.pic
{
	width:839px;	
	background: url('images/pic.jpg') no-repeat 394px 340px;
}
#middle p
{
	text-align:justify;
	padding:5px 10px 15px 10px;
	margin:0;
	line-height:17px;
}
#middle p a
{
	color:#373189;
	font-size:11pt;
	text-decoration:underline;
}
#middle p a:hover
{
	color:Red;
	
}
#middle h3
{
	padding:0px;
	margin:0;
	padding-left:5px;
}
.support
{
	color:#424242;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
}
.support:hover
{
	color:Red;
}

#footer
{
	margin:0 auto 0 auto;
	width:839px;	
	text-align:center;
	background:url('images/roundcorner.jpg') no-repeat left top;
	height:120px;
}
#footer .link
{
	padding-top:20px;
	color:Black;
}
#footer .link a
{
	color:#000;
	text-decoration:none;
}
#footer .link a:hover
{
	color:Red;
	text-decoration:underline;
}

#footer .copyright
{
	font-weight:bold;
	font-size:11pt;
	padding-top:5px;
}
#footer .disclamer
{
	padding-top:20px;
	text-align:center;
	font-size:11pt;
}