@charset "utf-8";
body {
	background-image: url(/images/main_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	color: #FFF;
	margin: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
h4 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#page {
	position: absolute;
	z-index: 1;
	left: 255px;
	top: 165px;
	height: 220px;
	width: 220px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	color: #000;
}
#page h2 {
	margin: 0px;
}
/* Fisheye Menu */
#fisheye_menu a {
	position: absolute;
	z-index: 2;
	top: 90px;
	display: block;
	text-align: center;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}
#fisheye_menu .service {
	width: 88px;
	left: 168px;
}
#fisheye_menu .masters {
	width: 168px;
	left: 257px;
}
#fisheye_menu .contacts {
	width: 119px;
	left: 419px;
}
#fisheye_menu #optional {
	position: absolute;
	z-index: 3;
	top: 237px;
	left: 573px;
	display: block;
	height: 107px;
	width: 82px;
	color: #F00;
	cursor: pointer;
}
#copyright {
	position: absolute;
	z-index: 20;
	top: 625px;
	left: 228px;
}
#counter {
	display: block;
	position: absolute;
	z-index: 1;
	left: 880px;
	top: 600px;
	filter: Alpha(opacity=40);
	opacity: .4;
	cursor: help;
}

/* TEST */
/*#title {
	position: absolute;
	z-index: auto;
	left: 48px;
	top: 0px;
	cursor: pointer;
}*/

