@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #640c0c;
}
#wrapper {
	position:absolute;
	left:50%;
	top:50%;
	margin-top: -250px;
	margin-left: -450px;
	width:900px;
	height:500px;
	z-index:1;
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
}
#navigation {
	position:absolute;
	left:32px;
	top:112px;
	height:349px;
	width:133px;
}
#blogbtn {
	position:absolute;
	left:218px;
	top:438px;
	width:52px;
	height:21px;
	z-index:2;
}
#kadobtn {
	position:absolute;
	left:322px;
	top:438px;
	width:104px;
	height:21px;
	z-index:3;
}
#invisible {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	float: left;
	height: 120px;
	width: 200px;
	position: fixed;
	visibility: hidden;
	z-index: 2;
	top: auto;
	clip: rect(auto,auto,auto,auto);
}
