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

body {
  
  background-color: #000;
  font-family:Verdana, Geneva, sans-serif;	
  font-size:medium;
}

#wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  overflow: visible;
}

#content{
	position: absolute;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	height: 600px;
	top: -300px;
	
}

#logographic{
	position:relative;
	top: 0%;
	left: 0px;
	width: 310px;
	height: 540px;
	margin:20px;
}

#text{
	position:relative;
	top: -60%;
	left: 350px;
	width: 310px;
	color:#CCC;
	margin:20px;
}

#footer{
	position:relative;
	top: -250px;
	left: 0px;
	width: 680px;
	color:#666;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;	
	font-size:smaller;
	margin:10px;
}
