@charset "UTF-8";
/* CSS Document */

body {
	bottom-margin:0; 
	top-margin:0; 
	left-margin:0; 
	right-margin:0; 
	margin-height:0; 
	margin-width:0; 
	background-image:url(../images/kl_background.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#000000;
	height:800px;
}
#mainContainer {
	position: relative;
	top:50px;
	width:775px;
	margin:0 auto;
}
#mainBody {
	position:absolute;
	width:309px;
	top:250px;
	left:60px;
}
#mainBody2 {
	position:absolute;
	width:309px;
	top:250px;
	right:60px;
}
#footerBody {
	position:absolute;
	width:300px;
	top:565px;
	left:10px;
}
#footerBody2 {
	position:absolute;
	width:300px;
	top:620px;
	right:0px;
}
#logoBody {
	position:absolute;
	width:336px;
	left:10px;
	top:50px;
}