
body
{
	text-align:center;
	margin-top:-15px;
	background-color:#000000;
	color: 8080d0;
	
background-image: linear-gradient( #202040, #000000 ); /*#0f0f1f*/
background-repeat:no-repeat;
	
}

#capsule
{
	position:absolute;
	/*height: 500px;*/
	width: 1200px;
	min-height:500px;
	margin:auto;
	
	background-image: url("media/landscape.png");
	
	position:relative;

}

#art_left, #art_right, #capsule, #top_buffer
{
height: 600px;
}



#art_left
{
	float:left;
	
	
	/*background-color: #ff0000;*/
	width:30%;
	/*height:500px;*/
}

#art_right
{
		z-index: 100;

		position:absolute;
		width:1200px;

	float:right;

	background-image: url("media/right.png");
	background-repeat:no-repeat;
	background-position: right;
	/*background-color: #00ff00;*/
	
	/*height:500px;*/
}

#big_button
{
z-index: 90;

left:50%;
margin-left:-250px;

margin-top: 150px;

height: 300px;
width:500px;
background-image: url("media/button-clockwork.png");
position:absolute;
}

#actual_button
{
z-index: 1000;

left:50%;
margin-left:-150px;

margin-top: 275px;

position:absolute;
}

.download_button
{
width:300px; 
height:80px; font-size:28pt; font-weight:bold; background-color:#dccdff;
}
.download_button:hover
{
background-color:#dccdff;
background-image: linear-gradient( #dccdff, #a0a0ff ); /*#550055*/
}


#top_buffer
{
	width:100%;
}

#selector_menu
{
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 30px;
	
	text-align: center;
	float:bottom;
	width:100%;
}

#selector_menu_centering
{
margin-left:16%;
}



a:link {color:#000077; text-decoration:none;}
a:visited {color:#770077; text-decoration:none;}
a:hover {color:#EEC232; text-decoration:underline;}
a:active {color:#dfe895; text-decoration:none;} 

#subheader
{
	color: #8080d0;
	font-size:20px;
}

/* ************************ DDMENU *****************************8  */


#ddmenu, #ddmenu ul
{
list-style:none;
}



#ddmenu
{
margin-top:-19px;
}


#ddmenu > li
{
float:left;

}


#ddmenu li a
{
width: 240px;
padding: 2px;
display:block;
text-decoration:none;
background-color:#000000;
font-size:20px;
color: #8080d0;
border: 1pt solid #404080; /*dfe895*/
height:25px;
}

#ddmenu li ul li a
{
width: 240px;
padding: 2px;
display:block;
text-decoration:none;
background-color:#000000;
font-size:20px;
color: #a0a0ff;
border: 1pt solid #404080;
height:25px;
}

#ddmenu ul
{
position:absolute;
display:none;
z-index:999;
}

#ddmenu ul li a:hover
{
color: #dddddd;

}

#ddmenu li:hover ul
{
display:block;
margin-left: -40px;
}

/*this is the div for hover in IE cause its dumb*/
#ddmenu li.sfhover ul
{
display:block;
margin-left: -40px;

}


/* *****************************************************  */


#footer
{
	margin-top: 0px;
	padding-top: 200px;
	
	padding-right:20%;
	padding-left:20%;

	
	margin-right:auto;
	margin-left:auto;
	
	
	color:#ddddff;
	
	min-height: 75px;
}

#bottom_left
{

	x-index:999;
	width:30%;
	height:67%;

	top:100%;
	margin-top: -15%;
	
	left: 0%;
	margin-left: -14%;
		
	position:fixed;


	
	background-image: url("media/foreground-cog.png");
	background-repeat:no-repeat;
	background-position: top right;
	background-size:100%;
}

#top_right
{
	z-index:999;
	width: 30%;
	height: 67%;

	top:0px;
	margin-top: -15%;

	left: 100%;
	margin-left: -15%;

	position:fixed;
	
	background-image: url("media/foreground-cog.png");
	background-repeat:no-repeat;
	background-position: top left;
	background-size:100%;

	 /*background-color: #f0f0f0;*/ 

}


