* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font: 11px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #B1AD97 url(../media/bg.jpg) no-repeat fixed center center;
	height: 100%;
}

#content {
	height: 100%;
	width: 100%;
}

#container {
	width: 642px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 35px;
}

#movie {
	border: 1px solid #333;
	width: 640px;
	height: 376px;
	background-color: #000;
}

#movie_message {
	text-align: center;
	padding-top: 150px;
	color: #999;
}

a {
	color: #999;
}

a:hover {
	color: #fff;
}

#credits {
	width: 440px;
	height: 100px;
	position: relative;
	left: 176px;
	top: 40px;
	text-align: right;
	color: #4e4c42
}

#credits a {
	color: #4e4c42;
	text-decoration: none
}

#credits a:hover {
	color: #fff;
}

#links {
	margin-bottom: 8px;
}

#links a {
	padding: 2px;
	margin-left: 8px;
	text-shadow: #333 3px 3px 5px;
	color: #EAE6C8;
	font-weight: bold;
}

#links a:hover {
	color: #fff;
}