BODY {
	 margin: 0px;
	 padding: 0px;
	 background: #1a1a1a url(../frame/hatter.gif) repeat-x;
	 text-align: center;
	 font-family: Tahoma, Verdana, Arial, sans-sherif;
}
#container{
	width: 1003px;
	height: 1080px;
	background: #1a1a1a url(../frame/alap.gif) no-repeat;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#content{
	position: absolute;
	top: 131px;
	left: 98px;
	width: 815px;
	height: 665px;
	font-size: 12px;
	text-align: left;
}
#container .footer{
	position: absolute; 
	top: 1038px; 
	left: 98px;
	width: 807px;
	text-align: center;
	color: #fdfdf1;
	font-size: 11px; 
}
#container .footer a{
	color: #fdfdf1;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#container .footer a:hover{
	color: #fdfdf1;
	text-decoration: underline;
}
#content .col1{
	width: 211px;
	height: 850px;
	border-right: 1px dashed #000;  
	float: left;
	padding: 0px 7px;
}
#content .col2{
	width: 342px;
	height: 850px; 
	float: left;
	padding: 0px 10px;
	text-align: justify;
}
#content .col3{
	width: 211px;
	height: 850px; 
	border-left: 1px dashed #000;
	float: left;
	padding: 0px 7px;
	text-align: justify;
}
#content h1{
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	margin: 0px 0px 18px;
}
#content h2{
	text-align: center;
	font-size: 12px;
}
#content h3{
	text-align: left;
	font-size: 12px;
	line-height: 150%
}
#content b{
	text-align: left;
	font-size: 11px;
	color: #ff0000;
}
#content a{
	text-decoration: none;
	color: #000;
	font-size: 11px;
}
#content a:hover{
	text-decoration: none;
	color: #e8222c;
}
.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}
/* window */
.fps_window{
	background: #fff;
	position: absolute;
	width: 550px;
	text-align: left;
}
.fps_window .fps_windrag{
	margin: 0px 0px 0px;
	padding: 10px 45px 5px 15px;
	width: 490px;
	font-size: 18px;
	cursor: move;
	background: #fff;
}
.fps_window .fps_windrag b{
	color: #fff;
}
.fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 16px;
	height: 16px;
	background: url(../frame/close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 10px;
	right: 30px;
	width: 20px;
	height: 20px;
	background: url(../frame/loader2.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 10px;
	width: 530px;
	background: #fff;
}
.fps_window .fps_wincontent .imgcontent, .fps_window .fps_wincontent .textcontent{
	width: 530px;
	border: none;
	text-align: center;
	font-size: 11px;
	font-family: "Trebuchet Ms", Verdana, Arial;
}
.fps_window .fps_wincontent .imgcontent img{
	margin-bottom: 20px;
}
.fps_window .win_error, .fps_window .win_success{
	color: #000;
	font-weight: bold;
	padding: 0 7px;
}
.fps_window .button{
	background: #fff;
	color: #000;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	width: 71px;
}
.fps_window .button:hover{
	background: #fafafa;
}
.fps_window .layer_bottom_white{
	width: 550px;
	height: 5px;
	font-size: 1px;
}
.fps_window .button_on_center {
	padding:10px 0px 5px;
	text-align:center;
}
