@charset "utf-8";

#mainbox {

	z-index: 10;

	float: left;

	position: absolute;

	height: 505px;

	width: 1000px;

	margin-top: 120px;

}

#mainbox-bg {

	background-image: url(images/mainbox.png);

	behavior: url("iepngfix.htc");

	z-index: 5;

	float: left;

	position: absolute;

	height: 505px;

	width: 1000px;

	margin-top: 120px;

	background-repeat: no-repeat;

	background-position: left top;

}

.flashpic {

	height: 505px;

	width: 1000px;

}

.firstbox {

	margin-top: 60px;

	margin-left: 45px;

	float: left;

	position: absolute;

	width: 281px;

	margin-right: 0px;

	margin-bottom: 0px;

	list-style-type: none;

}

.firstbox li.news{

	background-image: url(images/title-news.gif);

	background-repeat: no-repeat;

	height: 105px;

	width: 281px;

	margin-bottom: 10px;

	padding-top: 40px;

	padding-bottom: 15px;

}

.firstbox li.repost{

	background-image: url(images/title-repost.gif);

	background-repeat: no-repeat;

	height: 105px;

	width: 281px;

	margin-bottom: 10px;

	padding-top: 40px;

	padding-bottom: 15px;

}

.firstbox li.card{
	width: 281px;
}