body {
	margin: 0px;
	background-color: #B2B2B2;
	font-family: Arial, Helvetica, sans-serif;
	
}
/* Container */
#container {
	position:absolute;
	margin:-266px 0px 0px -406px;
	top: 48%;
	left: 50%;
	text-align: left;
	padding: 0px;
	overflow: hidden;
	height: 562px;
	width: 812px;
	background-image: url(../pix/bkmain.gif);
	background-repeat: no-repeat;
}
#hcontainer {
	position:absolute;
	margin:-300px 0px 0px -450px;
	top: 46%;
	left: 50%;
	text-align: center;
	padding: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 600px;
	width: 900px;
	background-image: url(../pix/bk-page.jpg);
	
}
#contents {
	height: 520px;
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
#footer {
	text-align: center;
	height: 120px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer P, #footer P A {
	color:#444444;
	font-size: 11px;
	line-height: 12px;
	letter-spacing:0.01em;
	margin-top: 5px;
	margin-bottom: 0px;
	text-decoration:none;
}
#footer P EM {
	font-size: 10px;
	font-style: normal;
}
	#footer P A:hover {
	color:#000099;
	font-size: 11px;
	line-height: 12px;
	letter-spacing:0.01em;
	margin-top: 5px;
	margin-bottom: 0px;
	text-decoration:underline;
}
#footerbar {
	background-color: #777777;
	text-align: center;
	height: 37px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../pix/bk-footbar.gif);
	background-repeat: repeat-x;
}