body {
	background-color: black;
	color: #970404;
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 12px;
	margin: 0px;
	text-align: center;
}

.logoDiv {
	margin-left:5%;
	margin-top: 2%;
	margin-right:5%;
	text-align: center;
	width:90%;
}

.contentDiv {
	margin-top:0px;
	margin-left:30%;
	margin-right:30%;
	margin-width:20%;
	text-align: center;
	color: white;
}
	
.bottomDiv{
	margin-left:5%;
	margin-right:5%;
	color: white;
	background-color: #970404;
	width:90%;
	text-align: right;
	margin-bottom: 10px;
}


.content {
	text-align: center;
}

.bottom{
	color:white;
}

a{
	text-decoration: none;
	color: #970404;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}
