@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	text-align:center;
	margin:0;
	padding:0;}
	
#DivContainer {
	margin-left:auto;
	margin-right:auto;
	width:650px;}
	
#div_lantoo {
	float:left;
	width:285px;
	height:500px;
	background:url(images/lantoo_hover.jpg) no-repeat;}

#div_lantoo div {
	width:100%;
	height:100%;
	background:url(images/lantoo.jpg) no-repeat;
	padding:0;
	margin:0;}
	
#div_lantoo div a {
	display:block;
	float:left;
	margin:215px 0 0 88px !important;
	margin:215px 0 0 44px;
	height:145px;
	width:90px;}
	
#div_kag {
	float:right;
	width:285px;
	height:500px;
	background:url(images/kag_hover.jpg) no-repeat;}

#div_kag div {
	width:100%;
	height:100%;
	background:url(images/kag.jpg) no-repeat;
	padding:0;
	margin:0;}
	
#div_kag div a {
	display:block;
	float:left;
	margin:235px 0 0 62px !important;
	margin:235px 0 0 31px;
	height:100px;
	width:160px;}

a {
	hide-focus: expression( this.hideFocus=true );
	outline: none;}

.div_announce {
	clear:both;
	color:#666;
	bottom:0;
	left:0;
	position:absolute;
	text-align:center;
	font-size:12px;
	width:100%;
	background:#222;
	line-height:12px;
	height:20px;
	padding:7px 0 0;
	vertical-align:middle;}
	
.div_announce a {
	color:#999;
	text-decoration:none;
	line-height:12px;}
	
.div_announce a:hover {
	color:#FFF;
	text-decoration:underline;}

