.body {
	background-color: gray;
	margin: 0px auto;
	padding: 0px;
	border: 0;
}

.header {
	background-color: white;
	text-align: center;
}

.footer {
	background-color: white;
	color: #3355cc;
	text-align: center;
    clear: both;	
}

.leftContent {
    color: white;
    background-color: green;
	width: 30%;
	float: left;
}

.rightContent {
    color: white;
    background-color: green;
	width: 30%;
    text-align: center;
	float: right;
}

.middleContent {
	color: white;
	width: 40%;
	background-color: black;	
    text-align: center;
    float: left;
}

h1 {
    color: #3355cc;
}

span {
    font-size: 18px;
    font-style: italics;   
}
