@charset "utf-8";
* {
	margin: 0;
	padding:0;
	border: none;
}
body {
	background-color: #333;
}
#container {
	margin: 0px auto;
	width: 780px;
}
#header img {
	float:left;
}
#header:after{
	clear:both;
	content:' ';
	height:0px;
}
#content {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	min-height: 200px;
	background-color: #000;
	text-align: center;
	padding: 75px 25px 15px;
}
.video {
	background-image: url(images/player_08.jpg);
	background-repeat: no-repeat;
	height: 268px;
	width: 325px;
	float: left;
}
.video:last-child{
	float:right;
}
.video img{
	margin: 3px;

}
.right {
	float: right;
}

.text {
	border: 2px solid #e2e2e2;
	width: auto;
	font-size: 17px;
	color: #fad183;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 15px;
	margin-top: 15px;
	background-color: #4a4a4a;
}
.clear {
	clear:both;
	width:0px;
}
#bottom {
	text-align: center;
	background-color: #000;
	padding-bottom: 15px;
}

