* {
	margin: 0;
	padding: 0;
}

body {
background: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #eee;
}

a {
text-decoration: underline;
color: #ff9900;
}
a:hover {
text-decoration: none;
color: #dfb97d;
}

#wrap {
margin: 20px auto;
width: 1005px;
}

#header {
height: 60px;
line-height: 60px;
text-align: center;
}
#header h1 {
color : #fff; 
font-size: 22px;
letter-spacing: 0px;
}

#main {
margin-top: 10px;
float: left;
width: 1005px;
font-size: 13px;
text-align: justify;
background: #000;
}


#content {
background: #fff;
width:985px;
font-size: 11px;
text-align: justify;
margin-top: 0px;
padding: 10px;
color:#333;
}


#content2 {
background: #fff;
width:985px;
font-size: 11px;
text-align: center;
margin-top: 0px;
margin-top:35px;
color:#333;
}
