/* CSS Document */

@import "tb_setting.css";

body {
	background-color: #292929;
	margin: 0px;
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	color:#FFFFFF;
	font-size:12px;
}
a:link    {
color:#ffffff;
text-decoration:none;
}
a:visited {
color:#BCBCBC;
text-decoration:none;
}
a:hover{
color:#ffffff;
text-decoration:underline;
}
a:active{
color:#ffffff;
text-decoration:none;
}
.container {
	background-image: url(../img/bg_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 990px;
	margin: auto;
	height:921px;
}
.left {
	width: 238px;
	float: left;
}
.right {
	width: 224px;
	float: left;
}
.contents {
	width: 513px;
	background-image:url(../img/contents_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	float: left;
}
.contents_bg{
	width: 513px;
	float: left;
	background-image:url(../img/contents_bg.gif);
}
.contents_foot{
	background-image:url(../img/contents_foot.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:20px;
}
.header {
	height: 329px;
}
.loginform_top {
	top: 255px;
	left: 21px;
	position:relative;
	font-size:12px;
	z-index:13;
}
.news_top {
	top:70px;
	position: relative;
	left: 481px;
	width:486px;
	z-index:11;
}
.login_err {
	top: 255px;
	left: 21px;
	position:relative;
	font-size:12px;
	z-index:11;
}
.flash_top{
	position:absolute;
}
.login_form_id {
	background-image:url(../img/form_bg_id.jpg);
	width:105px;
	height:17px;
	border:0px;
	font-size:10px;
	background-position:center;
}
.login_form_pw {
	background-image:url(../img/form_bg_pw.jpg);
	width:105px;
	height:17px;
	border:0px;
	font-size:10px;
	background-position:center;
}
.frame_border {
	border-bottom:1px solid #232323;
}
.footer {
 clear:both;
 height:70px;
}
.event{
	margin:10px 4px 0px 11px;
	}

.frame_border {
	border-bottom:1px solid #232323;
}
.footer {
 clear:both;
 height:70px;
}
.event{
	margin:10px 4px 0px 11px;
	}
.login{
position:absolute;
top:150px;
}