body {
	background: #C00000;
	text-align:center;
}

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

A:hover {
    color: #FF9999;
	}

#content {
	background: white;
	width:600px;
	margin: auto;
	margin-bottom: 0px;
	padding: 5px;
}

#video {
	margin:auto;
	text-align:center;
	margin-bottom:15px;
}

#game {
	margin: auto;
	text-align:center;
	margin-bottom: 15px;
}

.top-menu, .bottom-menu {
	width:550px;
	margin:auto;
	text-align: center;
}

.top-menu {
	margin-bottom: 15px;
}

hr {
	width: 50%;
	border: 1px solid black;
}

img {
	border: 0px;
}