@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#000000;
}
#total_container{
	width:900px;
	margin:0 auto;
}

#mainflash_container{
	width:900px;
	height:640px;
	font-size:0px;
}
#spectopics_container{
	width:800px;
	height:200px;
	margin:0 auto;
}
#spec{
	width:400px;
	height:200px;
	float:left;
}
#topics{
	width:400px;
	height:200px;
	float:left;
}

#linkbanner_container{
	width:900px;
	height:90px;
	margin:0 auto;
}
#linkbanner_left{
	width:450px;
	height:90px;
	float:left;
}

#linkbanner_left_top{
	width:450px;
	height:50px;
	background-image:url(../img/link_banner_bg_left.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#linkbanner_left_down{
	width:450px;
	height:40px;
}

#linkbanner_right{
	width:450px;
	height:90px;
	background-image:url(../img/link_banner_bg_right.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
}
#linkbanner_right_blogbarts{
	width:410px;
	height:90px;
	padding-left:30px;
}

.oldtitle_linkbanner{
	width:130px;
	height:40px;
	font-size:0px;
	padding-left:10px;
	padding-top:0px;
	float:left;
}
.dotcom_linkbanner{
	width:200px;
	height:40px;
	font-size:0px;
	padding-left:10px;
	padding-top:0px;
	float:left;
}
.gust_linkbanner{
	width:200px;
	height:40px;
	font-size:0px;
	padding-left:10px;
	padding-top:0px;
	float:left;
}

#line_top_space{
	width:900px;
	height:10px;
	margin:0 auto;
}
.line{
	width:auto;
	height:5px;
	background-image:url(../img/footer_line.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#footer_container{
	width:900px;
	height:60px;
	margin:0 auto;
}
.copylight{
	width:900px;
	height:30px;
	font-size:10px;
	color:#FFFFFF;
	line-height:14px;
}
.copylight a:link{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.copylight a:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.copylight a:hover{
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
}
.copylight_left{
	width:900px;
	height:30px;
	float:left;
	text-align:left;
}
.left{
	width:900px;
	height:30px;
	float:left;
	font-size:0px;
}