body {
	background-color: #000;
	background-image: url('../imgs/bg.jpg');
	padding: 0;
	margin: 0;
	height: 101%;
}

p {
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000;
}

#welcome {
	display: block;
	float: left;
	width: 377px;
	height: 313px;
	background: url('../imgs/welcome-slide.jpg');
}

#welcome-inside {
	margin: 85px 10px 10px 50px;
}

#welcome p {
	line-height: 26px;
	font-size: 14px;
}

#slideshow {
	display: block;
	float: right;
	width: 443px;
	height: 313px;
	background: url('../imgs/rankin-slide.jpg') no-repeat;
}

#content-left {
	display: block;
	float: left;
	width: 317px;
	text-align: left;
}

#content-left p {
	margin: 0 -10px 10px 50px;
	line-height: 16px;
	font-weight: normal;
}

#video-menu {
	float: left;
	width: 261px;
	overflow: hidden;
}

#videoplayer {
	float: left;
	width: 539px;
	height: 320px;
	overflow:hidden;
	padding-top: 65px;
	background: url('../imgs/moviebg.jpg') no-repeat;
}

#video-menu ul {
	list-style: none;
}

#video-menu li a {
	display: block;
	margin-top: 6px;
	width: 220px;
	border: 1px solid #000;
	padding: 3px;
	text-decoration: none;
	font-family: arial;
	color: #000;
	background: #fff;
	margin-left: -5px;
}

#video-menu li a:hover {
	background: #000;
	color: #fff;
}

#content-right p {
	margin: 0 80px 10px 20px;
	line-height: 16px;
	font-weight: normal;
}

#content-right2 p {
	line-height: 16px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

.content-right {
	line-height: 16px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

#content-right {
	display: block;
	float: right;
	width: 443px;
	text-align: left;
}

#content-right2 {
	margin-top: 340px;
}

#contents {
	width: 820px;
	background: url('../imgs/table-bg.jpg') repeat-y;
	text-align: center;
	padding: 0;
	margin: 0;
}

#footer {
	clear: both;
	width: 820px;
	height: 53px;
	background: url('../imgs/footer.jpg');
}

#footer-inside {
	width: 760px;
	margin: 0 30px;
	padding-top: 10px;
}

#footer p {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}

.copy-left {
	float: left;
}

.copy-right {
	float: right;
}

.item-title {
	font-size: 14px;
	font-weight: bolder;
	color: #2c4566;
}

.descrip {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}