@charset "UTF-8";
/* CSS Document */

body{
	padding: 0px;
	margin: 0px;
	background: #006081 url(bg_repeat.jpg) repeat-x;
}

#wrapper{
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#video{
	position: relative;
	width: 655px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 655px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 64px;
	padding-bottom: 6px;
	padding-top: 6px;
}

#footer{
	width: 655px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	text-align: center;
	font-family: Verdana;
	font-size: 20px;
}

#footer a{
	text-decoration: none;
	color: #fff;
}

#footer a:hover{
	font-style: italic;
	font-weight: bold;
}
