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

body {
  text-align: left;
  position: relative;
  background-image: url('images/space_4.gif');
  background-repeat: repeat;
  margin: 0;
  }

#container {
  margin: 0 auto;
  width: 600px;
  text-align: left;
  background-repeat: no-repeat;

  }

#content
{ 
   height: 550px;
   position: float; 
   left: 30px; 
   top: 5px;
   background: none;

} 

h1 {
	color: #0F0;
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
	font-size: 120px;
	font-weight: 400;
	letter-spacing: -2px;
	margin-bottom: -8px;
	margin-top: 6px;
	text-align: center;
}

h2 {
	font-family: "Comic Sans MS", cursive;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

a:link {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
}

.text {
	  font-family: "Times New Roman", Times, serif;
  font-size:20px;
  color:#FFF;
}


	
.twocol {
	width: 300px;
	float: left;
	font-family: "Times New Roman", Times, serif;
  	font-size:16px;
	line-height: 24px;
 	 color:#FFF;
	}


#footer {	
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	text-align: center;
	color: #fff;
	}