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

html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
body
{
	background:#000;
	color:#FFF;
	font-family:"Lucida Sans Unicode","Lucida Console",Arial,Georgia,Helvetica,sans;
	font-size:10px;
}
#wrap
{
	width: 700px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container
{
	width:700px;
	height:420px;
	background:url(../images/vid_bg.jpg) no-repeat center;
}

#video
{
	width:640px;
	height:360px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:30px;
}

#footer
{
	width:700px;
}

.link
{
	text-align:center;
	font-size:12px;
	color:#666;
}
a
{
	text-decoration:none;
	color:#FFF;
}
a:hover
{
	text-decoration:none;
	color:#fe00ea;
}
