@charset "UTF-8";
/* CSS Document */

body
{
	background-color: #000;
	position: relative;
	top:10px;
	font-family: helvetica, verdana, arial, sans-serif;
	}

#container
{
	width: 1000px;
	height: 900px;
	margin: auto;
	background-color: #000;
	position: relative;
			
}

#logos{position:relative;top:200px;}
	
#navigation
{
	
	position: relative;
	top: 10px;
	right:30px;
	
}
ul li{
	display: inline;
	margin:28px;
	
}


#content
{
	margin-left: 200px;
	margin-right: 200px;
	padding: 1em;
	font-family: ;
	font-size: 16px;
	color: #FFFF00;
}

#leftpic
{
	position: relative;
	top: 70px;
	left: 30px;
	height: 956px;
	width: 300px;
}

#firstgen
{
	position: relative;
	bottom: 800px;
	left: 600px;
	height: 185px;
	width: 250px;
}
#partners
{
	position: relative;
	right: 195px;
	bottom:590px;
	width: 100px;
	font-size: 16px;
	color: #FF9900;
	text-align: justify;
	width: 500px;
}

#partners_text
{
	font-size: 16px;
	color: #FF9900;
	width: 700px;
	position: relative;
	bottom: 580px;
	right:180px;
}

#supporters
{
	position: relative;
	bottom: 560px;
	right:186px;
}

#supporters_text
{
	font-size: 16px;
	color: #FF9900;
	position: relative;
	height: 100px;
	width: 700px;
	bottom: 550px;
	right:181px;	
}

#collab
{
	position: relative;	
	right:10px;
}

#tiger
{
	position:relative;
	left:140px;
	top: 20px;
	width:200px;
	
}

#puffin
{ position:relative; left: 5px; bottom: 525px; }

#mcc
{
	
	position:relative;
	right:180px;
	bottom: 595px;
}

#footer
{
	clear: both;
	margin: auto;
	padding: 0.5em;
	color: #F00;
	font-family: ;
	font-size: 12px;
	text-align: center;
	position: relative;
	bottom: -120px;
	
}
#footlist
{
	margin: auto;
	position: relative;
	left: 160px;
	top:100px;
	width: 800px;	
}



a:link {
	COLOR: #FF9900;
}
a:visited {
	COLOR: #F00;
}
a img { border: 1px black solid; }
