*{
 padding:0;
 margin:0;
 }
body{
	background-color: #000000;
}
#header{
	height: 172px;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/images/img_01.jpg);
	background-repeat: no-repeat;
}
#sound{
	height: 63px;
	width: 107px;
	float: right;
	margin-top: 100px;
	margin-right: 120px;
}
#container{
	height: 427px;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/images/img_02.jpg);
	background-repeat: no-repeat;
	font-family: tahoma, "ms Sans Serif";
	font-size: 23px;
	font-weight: bold;
	color: #FFFFFF;
}
#container ul{
	float: left;
	height: 200px;
	width: 200px;
	display: block;
	padding-top: 55px;
	padding-left: 60px;
	list-style-type: none;
	line-height: 35px;
}
#container ul li{
}
#container a:link{
	color: #FFFFFF;
	text-decoration: none;
}
#container a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#container a:hover{
	color: #999999;
	text-decoration: none;
}
#container a:active{
	color: #FFFFFF;
	text-decoration: none;
}
#gallery{
	float: left;
	height: 130px;
	width: 650px;
	margin-top: 29px;
	margin-right: auto;
	padding-left: 240px;
}
#video{
	float: left;
	height: 180px;
	width: 320px;
	margin-left: 270px;
	margin-top: 60px;
}
#footer{
	height: 169px;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/images/img_03.jpg);
	background-repeat: no-repeat;
}

