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

* {
	margin:					0;
	padding:				0;
	border:					0;
}
ul, ol {
	list-style-type:		none;
}
body {
	background:				#fafafa;
	font:					12px/15px Arial, sans-serif;
	font-weight:			bold;
	margin:					30px 80px;
	color:					#333;
}
a {
	color:					#333;
	text-decoration:		none;
}
a:hover {
	background:				#ff0;
}
h1 {
	width:					43px;
	height:					32px;
	background:				url(../images/logo.gif) no-repeat;
	display:				block;
}
h1 span {
	display:				none;
}
h2 {
	font-size:				72px;
	letter-spacing:			0.2px;
	line-height:			80%;
	text-transform:			uppercase;
	color:					#333;
	position:				absolute;
	bottom:					20%;
}
h2 a {
	color:					#fff;
	text-decoration:		none;
	background:				url(../images/hover.gif);
}
a:hover {
	background:				#ff0;
}
div.info {
	position:				absolute;
	bottom:					30px;
}
div.info li.title {
	font-weight:			normal;
}
div.old {
	position:				absolute;
	bottom:					30px;
	right:					80px;
}
div.old a {
	color:					#ccc;
}
