* {
	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: #b275b3;
}
a:hover {
text-decoration: none;
color: #e4cbe5;
}

#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;
}

#box1 {
margin-top: 10px;
float: left;
width: 1000px;
font-size: 13px;
background: #000;
}





#box2 {
margin-top: 0px;
float: left;
width: 980px;
font-size: 13px;
padding:10px;
text-align: justify;
background: #333;
}

#box3 {
margin-top: 6px;
float: left;
width: 980px;
font-size: 13px;
padding:10px;
text-align: justify;
background: #333;
}

#box4 {
margin-top: 6px;
float: left;
width: 980px;
font-size: 13px;
padding:10px;
text-align: justify;
background: #333;
}

#box5 {
margin-top: 6px;
float: left;
width: 980px;
font-size: 13px;
padding:10px;
text-align: justify;
background: #333;
}



