@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
}
#mainDiv
{
	width:1000px;
	margin:auto;
	height:960px;
	border:1px solid #000000;
}
#topBanner
{
	width:1000px;
	height:155px;
	background-image:url(../images/topBanner.jpg);
	background-repeat:no-repeat;
	float:left;
}
#add
{
	width:1000px;
	height:90px;
	padding:3px 0px;
	text-align:center;
	float:left;
	background-image:url(../images/addBg.jpg);
	background-repeat:no-repeat;
}
#leftBanner
{
	width:252px;
	height:613px;
	background-image:url(../images/leftBanner.jpg);
	background-repeat:no-repeat;
	float:left;
}
#playerBg
{
	background-image:url(../images/playerBg.jpg);
	background-repeat:no-repeat;
	width:515px;
	height:613px;
	float:left;
}
.player
{
	width:515px;
	height:394px;
	padding-top:89px;
	float:left;
}
#tittle
{
	width:515px;
	height:130px;
	background-image:url(../images/tittle.jpg);
	float:left;
}
#rightBanner
{
	width:233px;
	height:613px;
	background-image:url(../images/rightBanner.jpg);
	background-repeat:no-repeat;
	float:left;
}
.runningText
{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
.runningBoldText
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.viewBox
{
	width:49px;
	height:27px;
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #666666;
}
