@charset "UTF-8";
body {
	background-color: #FFF;
	margin:0px;
	padding:0px;
}

img{
	border:0px;
}
	
#header img{
	top:5px;
	left:20px;
	float:left;
	position:relative;
}

#header a{
	top:130px;
	right:20px;
	float:right;
	position:relative;
}

#page{
	width:1000px;
	height:1350px;
	left:50%;
	margin-left:-500px;
	position:relative;
	background-image:url(images/background.png);
	background-repeat:repeat-y;
}

#header{
	width:960px;
	height:175px;
	left:50%;
	margin-left:-480px;
	position:relative;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

#youtube{
	width:960px;
	height:745px;
	left:50%;
	margin-left:-480px;
	position:relative;
	display:block;
}

#links{
	width:930px;
	left:50%;
	top:20px;
	margin-left:-465px;
	position:relative;
	text-align:center;
}

#footer{
	width:930px;
	height:75px;
	line-height:37px;
	left:50%;
	top:40px;
	margin-left:-465px;
	position:relative;
	text-align:center;
	background-color:#00FFFF;
	border:#006699 3px solid;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006699;
}

#footer a{
	color:#006699;
}

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