@import url("topbar.css?v=20100112");
@import url("footbar.css?v=20100112");
@import url("leftbar.css?v=20100112");
@import url("about.css?v=20100112");
@import url("index.css?v=20100112");
@import url("product.css?v=20100112");


html
{
	width:100%;
	margin:0px;
	padding:0px;
}


BODY 
{
	width:948px;
	margin:0px;
	margin:auto;
	padding:0px;
	border:solid 0px #f00;
	background-color:#fff;
}

a
{
	text-decoration:none;
	color:#666;
	font-size:12px;
	}
	
a:hover
{
	color:#f00;
	}
	
	
.hackbox
{
	height:0px;
	width:0px;
	clear:both;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
	}

form
{
	margin:0px;
	padding:0px;
	}