@charset "utf-8";
.MainContainer {
	height: auto;
	width: 950px;
	margin: 0px auto;
}
.MainMiddle {
	height: 511px;
	width: 950px;
	padding-top: 25px;
}
.PlayerContainer {
	background-image: url(../images/playertv.png);
	background-repeat: no-repeat;
	height: 521px;
	width: 773px;
	margin-left: 30px;
}

.MainTop {
	height: 161px;
	width: 950px;
	padding-top: 15px;
}
.MainBottom {
	width: 950px;
	padding-top: 25px;
}
.CommentBox {
	background-image: url(../images/comment_box_bg.png);
	background-repeat: no-repeat;
	height: 613px;
	width: 553px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.NavBottom {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-top: 70px;
}
.BottomLeft {
	width: 630px;
	float: left;
}
body {
	background-image: url(../images/fullBG.jpg);
	background-repeat: repeat-x;
	background-color: #747472;
}
object: {
	outline: none;
}
a:object {
	outline: none;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #9F0;
}
a:active {
	text-decoration: none;
}
