@charset "UTF-8";
#container {
	width: 800px;
	text-align: center;
	margin: auto;
	float: none;
	position: relative;
}
body {
	background-color: #CCCCCC;
}
#main {
	background-image: url(images/Mainbg1.jpg);
	background-repeat: no-repeat;
	height: 532px;
	width: 758px;
	border: thin solid #000000;
	margin-right: auto;
	margin-left: auto;
}
#links {
	position: absolute;
	height: auto;
	width: auto;
	top: 425px;
	margin-top: 50px;
	margin-left: 430px;
	float: right;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navigation {
	height: auto;
	width: auto;
	margin-left: 350px;
	position: fixed;
	margin-top: 25px;
}
#content {
	height: auto;
	width: auto;
	position: relative;
	float: none;
	left: 79px;
	margin-top: 100px;
}
#video {
	position: relative;
	float: none;
	text-align: center;
}

