@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td
{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{border:none;}
input,textarea,select{font: 100% Verdana, Arial, Helvetica, sans-serif;font-size:inherit;font-weight:normal;}
input,textarea,select{*font-size:100%;}
h1,h2,h3,h4,h5,h6{font-size:1em;font-weight:normal;}
li{list-style:none outside;}
em{font-style:normal;}

/*---------------------------------------------------------------------------------------------------------*/
html {width:100%; height:100%;}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	width:100%; height:100%;
	background: #000000 url(../images/top/topbg_100611.jpg) no-repeat 50% 0;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #ffffff;
}
#siteinfo { display:none; }
#container {
	/*width:1000px;height:700px;
	background: #000000;
	margin:-350px 0 0 -500px;
	position:absolute;
	top:50%;left:50%;
	text-align: left;*/ 
}
#mainContent{
	padding: 0;
}

.copyright { font-size:10px; margin:30px 0; }