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


html
{
	width:100%;
	
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background-color: black;
	vertical-align:middle;
	margin: 0px;
	padding: 0px;	
	width:100%;
	
}
p
{
	margin: 2px 0px 5px 0px;
		
}
a:link {
	color: #CDECAE;
	text-decoration: none;
}
a:visited {	
	color: #1F69AD;
}
a:hover {
	color: #1D5478;
}
a:active {	
	color: #1F69AD;
}

img
{
	border:0;
	margin: 0px;
	padding: 0px;
}

#main
{
	top: 50%;
	width:100%;
	position: absolute;
}

img#scroll
{	
	position: absolute;
	bottom:-370px;		
}

div#content
{	
	position: absolute;
	height:auto;	
	
	top:-260px;
	
	width:100%;
	overflow-x: scroll;
	
}
div#top
{	
	position: fixed;
	height:auto;	
	top:20px;
	left:20px;
	width:auto;	
	background-color: black;
}
div#about
{	
	position: fixed;
	height:auto;	
	top:20px;
	left:20px;
	width:400px;	
}
div#cloud
{	
	position: fixed;
	height:auto;	
	top:20px;
	right:20px;
	width:auto;	
}
td
{
	vertical-align:top;
}
div.blurb
{
	padding:25px;
	padding-top:35px;
}
div.cell
{

}
div.image
{

}
div.text
{
	white-space: normal;
	font-size:18px;
	padding:20px;
	font-weight:bold;
}

.sky
{
height:60%; 
background-image:url(images/sky.png); 
background-position:bottom right; 
background-repeat:no-repeat; 
background-color:#88d6f7;
}

.ground
{
	background-color:#709302;
}
.ground td
{
	padding:5px 15px;
	height:15px;
}




