@charset "utf-8";
html, body {
	height: 100%;
	margin: 0px;
	background-color: #000000;
	font-size: 10pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
.container {
	background-image: url(imgs/bigbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}
.footer {
	background-image: url(imgs/copyright.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
}
.container .box {
	height: auto;
	background-image: url(imgs/box_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.container .box .bar {
	width: 690px;
	margin: auto;
	background-image: url(imgs/bar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 23px;
	text-align: left;
	padding-left: 10px;
	color: #FFFFFF;
	padding-top: 5px;
}
.container .box .foto {
	margin: auto;
	width: 650px;
	padding-top: 10px;
	text-align: left;
	color: #E9D43D;
}
.container .box .toper .foto img {
	margin-top: 5px;
	border: 2px solid #231F16;
}



.container .box .toper {
	padding-bottom: 30px;
}
.container .box .toper .font01 {
	font-size: 30pt;
	color: #FFFF00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}
.container .box .btm {
	background-image: url(imgs/box_btm.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
}
