@charset "utf-8";
/* CSS Document */
html, body {
	background-color:#f8f8f8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#top {
	height:100px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#b9b9b9;
}
#intro{
	width:310px;
	margin-left:auto ;
 	margin-right:auto ;
	padding-top:50px;
}

#content{
	width:642px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
}
#center{
	position:absolute;
	bottom:110px;
	height:230px;
	width:642px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#595959;
}
#center a:link, #center a:visited {
color: #adadad;
text-decoration:underline;
}
#kma{
	
	width:249px;
	margin-right:70px;
	height:230px;
	float:left;
}
#logokma{
	width:162px;
	height:102px;
	background-image:url(images/logokma.jpg);
	margin-left:auto;
	
}
#textkma{
	margin-top:40px;
	text-align:right;
}
#separator{
	width:1px;
	height:300px;
	background-color:#f0f0f0;
	position:absolute;
	left:320px;
	bottom:0px;
}

#mooos{
	
	width:249px;
	margin-left:70px;
	height:230px;
	float:right;
}
#logomooos{
	width:162px;
	height:102px;
	background-image:url(images/logomooos.jpg);
	margin-right:auto;
	
}
#textmooos{
	margin-top:40px;
	text-align:left;
}

