body{
 height: 100%;
  margin: 0px;
  padding: 0px;
  	font-family: "Andale Mono", Helvetica;

}


#content{
	position: relative;
	top:20px;
	left:25px;
	width: 120px;
	text-align: left;
}

#content h1{

    color:#fff;
    width:300px;
     font-style:normal;
     font-weight: normal;
     font-size: 14px;
	font-family: "Andale Mono", Helvetica;
	padding:1px 0px 1px 4px;
	text-shadow: #3a3a3a 1px 1px 0;
}
#content ul {
	position: relative;
	left: 0px;
	 list-style: none;
	 margin: 0px;
}

#content ul li{

	 list-style: none;
	 margin: 0px;
	width:90px;
}


a{
    margin:4px 0px 0px 0px;
	padding:0px 0px 0px 4px;
	color: #fdf8a8;
	font-family: "Andale Mono", Helvetica;
	font-size: 12px;
	
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	letter-spacing: -.5px;
	display: block;
	text-decoration: none;
	text-shadow: #515151 1px 1px 0;
	background: #000000;
}

a:hover{

	color: #000;
	background: #fdf8a8;
	text-transform: none;
	letter-spacing: -.5px;
	display: block;
	text-decoration: none;
	text-shadow: none;

}

#here{
	position: absolute;
	top: 45%;
	left: 40%;
	padding: 5px;
	width:200px;
	background: #000000;
	font-size:10px;
	color: #ffffff;

	
}





