html, body {
  background: #000000;
	margin: 0;
  font-family: Tahoma;
  font-size: 14px;
  color: #333333;
  
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
}
img {
  border: 0;
}
div#enter {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 35%;
}
div#layout {
  width: 100%;
  height: 100%;
  text-align: center;
}


a:link, a:active, a:visited {
	color: #454545;
  text-decoration: none;
  border-bottom: 0;
  font-size: 11px;
}
a:hover { 
	color: #666666;
}
