html{
	height: 100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
}

#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
	
#content {
	position:relative;
	z-index:1;
}

#center{
	width: 1024px;
	margin: 0 auto;
}

#header{
	width: 1024px;
	margin: 0;
}

#middle{
	background: #000000;
	margin: 0;
	top: -5px;
	position: relative;
}

#text{
	padding-left: 20px;
	padding-right; 20px;
	color: #ffffff;
	font-family: tahoma, Tahoma;
	font-size: 14px;
}

#footer{
	background-image: url('CH_BOT.png');
	color: #ffffff;
	font-family: tahoma, Tahoma;
	font-size: 10px;
	text-align: center;
	top: -5px;
	position: relative;
}