body {
	margin: 0px;
	padding: 0;
	background-color: black;
}

a:link {
	color: #e80c8a;
	text-decoration: none;
}

a:hover {
	color: #e80c8a;
	text-decoration: underline;
}

a:visited {
	color: #e80c8a;
	text-decoration: none;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 840px;
}

#side-a {
	float: left;
	width: 460px;
	margin: 30px 10px 10px 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.3em;
}

#side-b {
	margin-top: 30px;
	float: right;
	font-family: Courier New, Courier New, Courier6, monospace;
	font-size: 1.4em;
}


#footer {
	clear: both;
	height: 25px;
	color: white;
	text-align: center;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	color: orange;
	text-decoration: none;
}

img { border: none; } 