body 
{
	margin: 0; 
	padding: 0; 
	background: url(images/background.gif); 
	background-color: black;
}

a, a:link, a:visited, a:hover 
{
	color: #FFFFFF;
	text-decoration: none;
}

div#banner 
{
	z-index: 2;
	position: absolute; 
	display: table-cell; 
	top: 0px;    
	width:100%;
	text-align:center;
}

div#rock
{    
	z-index: 1;
    	position: absolute;
    	top: 0em;
    	left: 0em;
    	height: 100%;
    	width: 35%;   
	overflow: hidden; 
}


#footer 
{
	z-index: 2;
	position:fixed;
  	_position:absolute;
  	bottom:1;
  	_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);  
	left: 100px;
}

div#links
{
	z-index: 2;
	position: absolute; 
	display: table-cell; 
	top: 30%;
	width:100%;
	height: 10%;
	
}

table.links
{	
	font-family: "MicrogrammaDBolExt";
	font-size: 1.3em;
	color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 2;
}

tr.sublinks
{	
	font-family: "MicrogrammaDMedExt";
	font-size: 15px;
	color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0;
}

tr.big
{	
	font-family: "MicrogrammaDBolExt";
	font-size: 23px;
	color: #FFFFFF;
}

tr.med
{	
	font-family: "MicrogrammaDBolExt";
	font-size: 18px;
	color: #FFFFFF;
}

tr.small
{	
	font-family: "MicrogrammaDMedExt";
	font-size: 15px;
	color: #FFFFFF;
}

div#mission
{
	z-index: 2;
	position: absolute; 
	display: table-cell; 
	top: 35%;
	width:80%;
	right:15%; 
	text-align:center;	
}

div#item
{
	z-index: 2;
	position: absolute; 
	display: table-cell; 
	top: 35%;
	width:50%; 
	left: 15%;
}

div#pics
{
	z-index: 2;
	position: absolute; 
	display: table-cell; 
	top: 40%;
	width:20%; 
	right: 10%;
	text-align:center;
}

h1
{	
	font-family: "MicrogrammaDBolExt";
	font-size: 23px;
	color: #FFFFFF;
}

h2
{	
	font-family: "MicrogrammaDBolExt";
	font-size: 18px;
	color: #FFFFFF;
}

h3
{	
	font-family: "MicrogrammaDMedExt";
	font-size: 16px;
	color: #FFFFFF;
}

h4
{	
	font-family: "MicrogrammaDMedExt";
	font-size: 14px;
	color: #FFFFFF;
}

h5
{	
	font-family: "MicrogrammaDMedExt";
	font-size: 12px;
	color: #FFFFFF;
}

ul
{	
	font-family: "MicrogrammaDMedExt";
	font-size: 15px;
	color: #FFFFFF;
}


div#contact
{
	z-index: 2;
	position: absolute; 
	display: table-cell; 
	top: 28%;
	width:50%;
	height: 70%;
	left:30%;	
}

div#contact_pic
{
	z-index: 2;
	position: absolute; 
	display: table-cell; 
	top: 48%;
	width:10%;
	height: 10%;
	left:10%;	
}

table.contact
{	
	font-family: "MicrogrammaDMedExt";
	font-size: 16px;
	color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 2;
}
		
