/* CSS Document */
body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #484848;
	background:#000000;
}
.header {
padding-top:50px;
margin-left:auto;
margin-right:auto;
width:560px;
}
.header DIV {
color:#ffffff;
padding-top:10px;
font-size:17px;
text-align:center;
}
.boxes {
padding-top:30px;
margin-left:auto;
margin-right:auto;
width:720px;
}
.box1 {
background:url(images/box.png) center no-repeat;
width:360px;
height:330px;
float:left;
}
.box2 {
background:url(images/box.png) center no-repeat;
width:360px;
height:330px;
margin-left:340px;
}
.box1 DIV{
padding-top:90px;
padding-left:10px;
text-align:center;
}
.box2 DIV{
padding-top:90px;
padding-left:10px;
text-align:center;
}
.white {color:#ffffff;}
.footer {
padding-top:20px;
margin-left:auto;
margin-right:auto;
width:700px;
text-align:center;
}
.footer a {text-decoration:none;}