body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#logo_block {
	top: 50%;
	left: 50%;
	text-align: left;
	height: 130px;
	width: 320px;
	margin-top: -65px;
	margin-left: -160px;
	position: absolute;
}

a:link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

a:active {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FF0;
}

a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #F00;
}
a.design {
	display: block;
	width: 75px;
	height: 22px;
	margin: 0px;
	text-decoration: none;
	background-image: url(../images/design.jpg);
	position: absolute;
	left: 79px;
	top: 94px;
	background-position: -75px 0;
}
a.design:hover {
    background-position: 0px 0;
}
a.sign {
	display: block;
	width: 46px;
	height: 22px;
	margin: 0px;
	text-decoration: none;
	background-image: url(../images/sign.jpg);
	position: absolute;
	left: 179px;
	top: 94px;
	background-position: -46px 0;
}
a.sign:hover {
    background-position: 0px 0;
}
a.print {
	display: block;
	width: 53px;
	height: 22px;
	margin: 0px;
	text-decoration: none;
	background-image: url(../images/print.jpg);
	position: absolute;
	left: 254px;
	top: 94px;
	background-position: -53px 0;
}
a.print:hover {
    background-position: 0px 0;
}
