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

a {
	color:#7fd2d5;
	text-decoration:none;
}

hr {
	height:1px;
}

#header_bg {
	height:229px;
	width:100%;
	background-image:url(images/header_bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	padding-top:2px;
}

#header{
	height:229px;
	width:1000px;
	margin:0 auto;
}

#video_bg{
	height:310px;
	width:100%;
	background-image:url(images/video_bg.jpg);
	background-repeat:repeat-x;
}

#video_container {
		width:1000px;
		margin:0 auto;
		height:310px;
		}

#main_body {
	width:100%;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

#container {
		width:960px;
		margin:0 auto;
		padding:40px 20px 40px 20px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFF;
		font-size:13px;
}

.work_text {
		font-size:12px;
}

.video_table {
	margin-bottom:20px;
}

#footer {
	width:960px;
	margin:0 auto;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	text-align:center;
}
		
	
	
