body {
	background-color: #020020;
	color: white;
	font-family: helvetica, impact, sans-serif;
}

p {
	text-align: justify;
}

a {
	color: yellow;
}

a:visited {
	color: purple;
}

#header {
	text-align: center;
}

#links {
	float: left;
	width: 20%;
	margin-top: 3%;
	height: 97%;
}

#body {
	float: right;
	width: 74%;
	margin-right: 3%;
	margin-left: 3%
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: small;
}

#links img {
	margin-bottom: 3% ;
}