@charset "utf-8";
/* CSS Document */


body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;

}

#main{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}
