@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	color: #000;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#container{
width:1012px;
height:auto;
margin:10px auto}
#leftmargin {
	height: 549px;
	width: 10px;
	float: left;
}
#main {
	float: left;
	height: 493px;
	width: 1000px;
	border:1px solid #999999;
}
#newset{
	color:#FFF; 
	text-decoration:none; 
	font-size:12px; 
	font-weight:bold; 
	float:right;}
#newset:hover{
	text-decoration:underline}
