html { 
	height:100%;
	width: 100%;
}
		
body {
	margin:0;
	overflow:hidden;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans";
	font-size: 8pt;
	color: #bbbbbb;
}

#container {
	  position: absolute;
      left: 0px;
      top: 40%;
      width: 100%;
      height: 250px;
      margin-top: -125px;  /* half of height */
	 
	 
	 
}
#content {
	position: relative;
	left: 50%;
	top: 0px;
	 width: 190px;
	 margin-left: -70px; /*half of width*/
}
a { 
color: #444444;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}

	
