body {
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/backgrounds/vertical_black.jpg);
	background-color: ##adb0ad;
	text-align: center;
	}
 #container {
	text-align: center;
	margin-top: 5px;
	margin-left: 24px;
}
#content {
	text-align: center;
	width: 790px;
}
a:link {
	color: #ffdead;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffdead;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: red;
}
.red {
	color: #FF0000;
}

