#container {
	float: none;
	height: 600px;
	width: 980px;
	position: relative;
	overflow: hidden;
	margin: auto;
}
#copyright {
	height: 20px;
	width: 250px;
	position: relative;
	margin: auto;
	font-size: 9px;
}
body {
	background-image: url(images/wave.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #63594B;
	background-color: #cdc1a9;
	overflow: hidden;
}
a:link {
	color: #484137;
	text-decoration: none
}
a:active {
	color: #484137;
	text-decoration: none
}
a:visited {
	color: #484137;
	text-decoration: none
}
a:hover {
	color: #484137;
	text-decoration: underline
}

#movie {
	margin: auto;
	height: 450px;
	width: 800px;
	border: 10px solid #FFFFFF;
	vertical-align: middle;
	overflow: visible;
}
#info {
	height: 20px;
	width: 820px;
	position: relative;
}
#wrapper {
	height: 540px;
	width: 820px;
	margin: auto;
	position: relative;
}
#logo {
	height: 50px;
	width: 216px;
}

