@charset "UTF-8";
/*
	---------------------
	Global
	---------------------
*/

*
{
	border: none;
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body
{
	height: 100%;
	overflow: hidden;
	position: relative;
}

li
{
	display: inline;
	list-style-type: none;	
}

a { cursor: hand; } /* Opera Cursor Hack */

a:focus, a:active { outline: none; }



/*
	---------------------
	Common
	---------------------
*/

#container
{
	height: 100%;
	margin: 0 auto;
}



/*
	---------------------
	Homepage
	---------------------
*/

#home { background: #1C0C00; }

#home #container { width: 575px; }

#home #start_button
{
	left: 299px;
	position: relative;
	top: 268px;
	width: 80px;
}

#home #entrance
{
	background: url(../images/startup_background.gif) no-repeat;
	height: 650px;
	margin: -325px auto;
	position:absolute;
	top: 50%;	
	width: 575px;
}

#home #entrance #awards
{
	left: 303px;
	top: 352px;
	* top: 348px; /* IE Position Hack */
	position: relative;
	width: 155px;
}

#home #entrance #awards ul li
{
	display: block;
	float: left;
	* margin-bottom: -4px; /* IE Wrong Margin Hack */
}




/*
	---------------------
	Site
	---------------------
*/

#site { background: #101010 url("../images/bg.gif") 50% 50%; }

#site #container
{
	width: 100%;
}
/*
#site #contemplation
{
	border: 1px solid red;
	
	height: 572px;
	margin-top: -286px;
	position: absolute;
	top: 50%;
	width: 875px;
}
*/

#site #contemplation
{
	height: 100%;
	width: 100%;
}

/* Clicker for Fancybox */
#site #gallery
{
	border: 1px solid red;
	height: 1px;
	overflow: hidden;
	position: absolute;
	top: -100px;
	width: 1px;
}



/*
	---------------------
	Error 404
	---------------------
*/
#error { background: #1C0C00; }