/* ---- ---- 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;}
#brain-logo p span {
	font-size: 100px;
}
#brain-logo {
	z-index: 50;
	margin-top: 50px;
}
#brain-logo p {
	width: 100%;
	text-align: center;
	font-family: Arial;
	position: absolute;
	z-index: 50;
}
::selection {
	background: #000000;
}
::-moz-selection {
	background: #000000;
}

#brain-logo p a {
	font-size: 33px;
	margin-right: 20px;
	top: -50px;
}
#brain-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; }



body {	background: #030303 url(/resources/jpg/bg.jpg) repeat;}
#wrapper { height: 98%; }
/* ------------------------text-tags------------------------ */
#wrap	{	width: 450px; height: 570px; margin: 0 auto 0; display: block;}
a.brainl { 	
			height: 515px;
			width: 215px; 
			margin: 0 auto 0; 
			background: url(/resources/img/brain.png) no-repeat;
			background-position: -449px 0px; 
			float: left; 
			display: block;
}
a.brainr { 	
			height: 515px; 
			width: 235px; 
			margin: 0 auto 0; 
			background: url(/resources/img/brain.png) no-repeat; 
			background-position: top right; 
			float: left; 
			display: block;
}
a:hover.brainl  {	background-position: top left; }
a:hover.brainr 	{	background-position: -213px 0px; }
#title 			{	margin-top:  60px; width: 422px; height: 46px; background: url(/resources/img/logo.jpg); margin: 0 auto 0;}
