@charset "utf-8";
body {
	background-color: #676767;
	background-image: url(../img/fnd_general.gif);
	background-repeat: repeat-x;
	margin: 0;
}
.main {
	width: 900px;
	margin: 77px auto 0 auto;
}
.info {
	width: 340px;
	margin-top: 57px;
	margin-left: 23px;
}
.left {
	width: 367px;
}
.video {
	width: 490px;
}
.right {
	width: 43px;
}
.right .top {
	width: 43px;
	height: 78px;
	background-image: url(../img/border_top_right.gif);
}
.right .middle {
	width: 43px;
	height: 202px;
	background-image: url(../img/border_middle_right.gif);
	background-repeat: repeat-y;
}
.right .middle_2 {
	width: 43px;
	height: 257px;
	background-image: url(../img/border_middle_right.gif);
	background-repeat: repeat-y;
}
.right_bottom {
	width: 43px;
	height: 25px;
	background-image: url(../img/border_bottom_right.gif);
	background-repeat: no-repeat;
}
.right .down {
	width: 43px;
	height: 175px;
	background-image: url(../img/right_down.gif);
}
.left .top {
	width: 367px;
	height: 81px;
	background-image: url(../img/title.gif);
}
.left .top_roto {
	width: 367px;
	height: 81px;
	background-image: url(../img/title_roto.gif);
}
.left .top_comp {
	width: 367px;
	height: 81px;
	background-image: url(../img/title_comp.gif);
}
.left .middle {
	width: 367px;
	height: 199px;
	background-image: url(../img/border_middle_left.gif);
	background-repeat: repeat-y;
}
.left .middle_2 {
	width: 367px;
	height: 254px;
	background-image: url(../img/border_middle_left.gif);
	background-repeat: repeat-y;
}
.left_bottom {
	width: 367px;
	height: 25px;
	background-image: url(../img/border_bottom_left.gif);
	background-repeat: no-repeat;
}
.left .down {
	width: 367px;
	height: 175px;
	background-image: url(../img/left_down.gif);
}
.video .top {
	width: 490px;
	height: 275px;
	background-color: #131313;
}
.video_bottom {
	width: 490px;
	height: 25px;
	background-image: url(../img/fnd_bottom.gif);
	background-repeat: repeat-x;
}
.name {
	color: #fff;
	padding-left: 5px;
	font-family: "Lucida Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.info {
	color: #ccc;
	padding-left: 5px;
	font-family: "Lucida Sans", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #ccc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}