/* ---- ---- CSS File - Base Section ---- ---- */
@font-face {
	font-family: 'ITCAvantGardeGothicStdExtraLi';
	src: url('avg-webfont.eot');
	src: local('☺'), url('avg-webfont.woff') format('woff'), url('avg-webfont.ttf') format('truetype'), url('avg-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-decoration: none;
	font-family: "ITCAvantGardeGothicStdExtraLi";
}

html, body, table, tr, td {
	top: 0;
	left: 0;
	height: 100%;
}
body {
	background: #000;
	width: 100%;
	height:100%;
	overflow:hidden;
	position:fixed;
}
table {
	width: 100%;
	height:100%;
	overflow:hidden;
	position:fixed;
}

/* ------------------------------------------------------------------------------------------------- */

a:link 		{	color: #999999; }
a:visited 	{	color: #999999; }
a:hover 	{	color: #F9F9F9; }
a:active 	{	color: #999999; }

/* ------------------------------------------------------------------------------------------------- */


li {
	display:block;
	position: absolute;
	-webkit-border-radius: 400px;
	-moz-border-radius: 400px;
	-khtml-border-radius: 400px;
	border-radius: 400px;
	z-index: 100;
}
li:hover { opacity: .6;}
#logo p span {
	font-size: 100px;
}
#logo {
	z-index: 50;
	margin-top: 50px;
}
#logo p {
	width: 100%;
	text-align: center;
	font-family: Arial;
	position: absolute;
	z-index: 50;
}
::selection {
	background: #000000;
}
::-moz-selection {
	background: #000000;
}

#logo p a {
	font-size: 33px;
	margin-right: 20px;
	top: -50px;
}
#logo p a:hover {
	border-bottom: 1px solid #999;
}
.block {
	position: absolute;
	display: block;
	z-index: 2;
}
#block1 {
	width: 365px;
	height: 208px;
	background: url(/resources/img/blocks/01.png) no-repeat;
}
#block2 {
	width: 39px;
	height: 71px;
	background: url(/resources/img/blocks/02.png) no-repeat;
}
#block3 {
	width: 167px;
	height: 180px;
	background: url(/resources/img/blocks/03.png) no-repeat;
}
#block4 {
	width: 575px;
	height: 376px;
	background: url(/resources/img/blocks/04.png) no-repeat;
	cursor: move;
	z-index: 5;
}
#block5 {
	width: 79px;
	height: 49px;
	background: url(/resources/img/blocks/05.png) no-repeat;
}

#hidden a {
	position: absolute;
	color: #000;
	font-family: Helvetica;
	text-transform: uppercase;
	z-index: 1;
	font-size: 9pt;
}
#hidden a:hover { color: #fff !important; }