/*******************************************
/*
/* !Tag Styling */
/*
/******************************************/

{
	margin: 0;
	padding: 0;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: #a2a2a2 url('../images/Noise.png') center center repeat;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 11px;
	line-height: 1.8em;
	color: #AAA;
}

a:focus {
	 -moz-outline:none;
	 outline: none;
}
:focus { -moz-outline-style: none; }


#container {
	position: relative;
	width: 100%;
	height: 100%;
}
#container.loading { background: url(../images/loader.gif) center center no-repeat; }

#ident {
	position: absolute;
	z-index: 6;
	bottom: 20px;
	left: 20px;
	width: 63px;
	height: 11px;
	background: url(../images/ident.png) no-repeat;
}

#ident a {
	display: block;
	width: 100%;
	height: 100%;
}

#left {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 60px;
	margin-top: -15px;
	width: 29px;
	height: 29px;
	background: url(../images/left.png) left top no-repeat;
}
#left:hover { background: url(../images/left.png) right top no-repeat; }

#right {
	position: absolute;
	z-index: 5;
	top: 50%;
	right: 60px;
	margin-top: -15px;
	width: 29px;
	height: 29px;
	background: url(../images/right.png) left top no-repeat;
}
#right:hover { background: url(../images/right.png) right top no-repeat; }

#left a,
#right a {
	display: block;
	width: 100%;
	height: 100%;
}

#content {
	position: absolute;
	z-index: 2;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#shadow {
	position: absolute;
	z-index: 2;
	left: 50%; top: 50%;
	margin-left: -465px; margin-top: 350px;
	width: 950px; height: 257px;
	background: url(../images/Shadow.png) left top no-repeat;
}

.idea {
	position: absolute;
	display: none;
	z-index: 2;
	left: 50%; top: 45%;
	width: 1200px; height: 901px;
	margin-left: -600px; margin-top: -450px;
}

.idea.title_slate { background: url(../images/Title_Slate.png) no-repeat; }
.idea.pirate_vs_ninja { background: url(../images/Pirate_vs_Ninja.png) no-repeat; }
.idea.jedi_vs_wizard { background: url(../images/Jedi_vs_Wizard.png) no-repeat; }
.idea.soldier_vs_alien { background: url(../images/Soldier_vs_Alien.png) no-repeat; margin-top: -460px; }
.idea.viking_vs_kraken { background: url(../images/Viking_vs_Kraken.png) no-repeat; }
.idea.dragon_vs_kingkong { background: url(../images/Dragon_vs_KingKong.png) no-repeat; }
.idea.zombie_vs_robot { background: url(../images/Zombie_vs_Robot.png) no-repeat; margin-top: -480px; }