body {
	background: gray url(background.jpg) no-repeat fixed center center;
	color: white;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#main-content {
	border: 3px solid white;
	overflow: auto;
	text-align: left;
	width: 798px;
	height: 531px;
}

img {
	border: 1px solid white;
}

a {
	color: white;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: underline;
}
