/* main styles */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-family: trebuchet ms;
	color: #000;
	font-size: 11px;
	height:100%;
	background:url(img/bg.gif) repeat-x top;
	
}

#main {
	
	vertical-align:top;
	width:1000px;
	height:610px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}



a {
	text-decoration: none;
}


