body{
background:url(/source/images/fractalback.jpg);
	background-repeat:no-repeat;
	background-position:center middle;
	width:100%;
	height:100%;	
}

.fractalthing 
{
	
	height:100%;
	width:100%;
}

.banner
{
	background-color:#FFF;
	filter:alpha(opacity=75); /* IE's opacity*/
    opacity: 0.80;	
	height:150px;
	width:100%;
	position:fixed;
	top:275px;
	
		
}

#container
{
width:750px;
text-align:left;
height:100%;
padding:0px;
margin:30px;
margin-left:30px;
}

.topspace
{
	
	width:100%;
	position:relative;
}



.message
{
    margin-top:85px;
	margin-left:40px;
	width:700px;
	height:64px;
	
	
}

.menu
{
	width:256px;
	height:auto;
	float:right;
	
}
.sections
{

	float:left;
	width:400px;
	
}

#rp
{
	position:absolute;
	margin-left:30px;
}

.launch{
	width:64px;
	height:64px;
	background:url(/source/images/icns/globe-compass-icon.png);
	background-size:64px;
	opacity: 0.5;
}
.launch:hover{
	opacity: 1;
}

