@charset "utf-8";
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}

#container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	height:525px;
	background-image:url(../images/header.jpg)
}

#navigation{
	height:49px;
	background:#000000;
	font-size:12px;
}

#navigation a {
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: none;
}
	

#content{
	background-color:#000000;
	text-align: left;
	padding-left: 82px;
	padding-top:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-right: 110px;
	color: #FFF;
	height: auto;
}

#footer{
	height: 150px;
	background-image: url(../images/wizard.jpg);

}
#player {
	margin-left: auto;
	width: 435px;
	text-align: center;
	margin-right: auto;
}
#gallery {
	margin-right: auto;
	margin-left: auto;
	width: 425px;
}
#form {
	width: 410px;
	margin-right: auto;
	margin-left: auto;
}
#buttons {
	margin-left: 520px;
	padding-top: 360px;
}

a{
	color: #999;
}
.video {
	text-align: right;
	float: right;
}
