@charset "UTF-8";
body {
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #fff6f6;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: black;
}

a,a:link, a:visited, a:hover{
	color: #fff;
}
#main{
  position:absolute; 
  left: 50%;
  top: 0px;
  width:980px;
  height:800px;
  overflow:hidden;
  margin-top: 0px;
  margin-left:-490px;/
  text-align: center;
}
#footer {
	margin-top: 30px;
	text-align: center;
	width: 100%;
}



