/* CSS Document */

html, body 
	{
	height: 100%;
  color: white;
	background-color: #666666;
	margin: 0px
	}
	
	a {
    color: #ffffff;
  }

#horizon        
	{
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-image: url(../img/bg.jpg);
	margin-left: -512px;
	position: absolute;
	top: -177px;
	left: 50%;
	width: 1024px;
	height: 354px;
	visibility: visible
	}
	
	#doit {
  position: absolute;
  top: 90px;
  left: 10px;
  }
  
#about {
  float: left;
  margin-right: 10px;
}

#text {
  font-size: 12px;
  width: 200px;
  text-align: left;
  margin-right: 50px;
  float: left;
}

#text2 {
  font-size: 12px;
  width: 200px;
  text-align: left;
  margin-right: 0px;
  float: left;
}

#footer {
  position: absolute;
  font-size: 10px;
  top: 400px;
  left: 460px;;
}

.about_content {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 1px solid white;
  display: none;
}
