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

body{
	margin:0;
	background-color:#f6f6f6;
}

#main-bg-top {
	background: url("../images/header-bg.jpg") no-repeat scroll 50% 0 transparent;
}

#video{
	position:relative;
	top:100px;
	text-align:center;
}

#video p{
	position:relative;
	left:380px;
	font-family:Arial, Helvetica, sans-serif;
}

#video a:link{
	text-decoration:none;
	color:#000;
}