body {
	background-image: url('images/background.jpg');
	background-color: black;
	background-repeat: repeat-x/repeat-y;
	border: none;
	border-style: none;
	margin-left: 0px;
	margin-top: 0px;
}

#video {
	position: absolute;
	margin-left: 0px;
	margin-top: 120px;
}

#menu {
	position: absolute;
	margin-left: 610px;
	margin-top: 110px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	}