* {
	margin          : 0;
	padding         : 0;
}
html, body {
	width           : 100%;
	height          : 100%;
}
body {
	color           : #000000;
	background      : #ffffff url( ../../img/bg_eye.jpg ) no-repeat fixed right top;
	font-size       : 10pt;
	font-family     : sans-serif;
}
a {
	text-decoration : none;
	color           : #000000;
}
a:hover {
	color           : #ff0000;
}
div#description {
	margin-left     : 220px;
	padding         : 1em 1em 4em 1em;
	z-index         : 1;
}
h1 {
	display         : block;
	position        : fixed;
	left            : 0;
	top             : 0;
	width           : 220px;
	height          : 100px;
	font-weight     : bold;
	font-size       : 140%;
	font-family     : 'Times New Roman', serif;
	z-index         : 3;
}
h1 .year {
	position        : absolute;
	left            : 20px;
	top             : 30px;
	letter-spacing  : 3px;
	font-size       : 120%;
	text-shadow     : 1px 1px 3px #808080;
}
h1 .month {
	position        : absolute;
	left            : 50px;
	top             : 50px;
	font-size       : 200%;
	text-shadow     : 2px 2px 5px #808080;
}
h1 .day {
	position        : absolute;
	left            : 90px;
	top             : 10px;
	font-size       : 340%;
	text-shadow     : 3px 3px 7px #808080;
}
div#navi {
	position        : fixed;
	left            : 0;
	top             : 0;
	width           : 220px;
	height          : 100%;
	font-family     : Arial, sans-serif;
	letter-spacing  : 2px;
	border-right    : 1px solid #909090;
	overflow        : hidden;
	padding-top     : 120px;
	z-index         : 2;
}
div#navi a {
	display         : block;
	margin          : 0em;
	padding         : 0.7em 0 0.7em 60px;
	-webkit-transition : 0.4s linear;
}
div#navi a:hover {
	background      : #000000;
	text-shadow     : 0px 0px 0px #000000;
}
