@charset "UTF-8";
.body {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.body .left {
	float: left;
	width: 530px;
	text-align: center;
	color: #FFFFFF;

}  
.body .left p {
	margin-top:0;
        padding: 0 0 0 0;
}
.body .right {
	float: right;
	width: 430px;
	text-align: center;
	color: #FFFFFF;
        padding: 0 0 0 0;
}
.clear{
	clear: both;
}

.footer{ 
	text-align:center;
color:#333;
}
.footer a {
	padding: 0 10px;
}
.header {
	background-color: #000;
	color: #FFF;
	font-size: 36px;
	font-family: "Lucida Console", Monaco, monospace;
	text-align: center;
	width: 960px;
}
.header a:link {
	color: #FFF;
	text-decoration: none;
}

.header a:visited {
	text-decoration: none;
}

.header a:hover {
	text-decoration: none;
}

.header a:active {
	text-decoration: none;
}