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

body{
	background-color:#000;
	margin:0 auto;
}

#wrapper{
	width:70%;
	margin:0 auto;
	height:auto;
	margin-bottom:15px;
	border:#fbbf3e solid 2px;
	background-color:#FFF;
}

#header{
	/*background-image:url(../images/header.png);*/
	margin:0 auto;
	margin-top:40px;
	background-repeat:no-repeat;
	margin-bottom:25px;
	width:574px;
	height:270px;
	background-position:center;
}

.text{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-align:center;
	color:#000;
	margin:0 auto;
}

#video{
	margin:0 auto;
	width:70%;
	height:auto;
	background-color:#FFFFFF;	
}
.video{
	margin:0 auto;
	width:300px;
	height:auto;
	padding:20px 0px 20px 0px;
}
#links{
	margin:0 auto;
	width:70%;
	height:auto;
	background-color:#FFFFFF;	
}
.link-text {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000;
	font-weight:normal;
	text-align:center;

}
