/* CONTAINER */

#container{
	position:absolute;
  left: 50%;
  top: 50%;
  margin-left: -230px;
  margin-top: -280px;
	width:460px;
	height:500px;
}



#enter {
	margin:0px 0px 20px 0px;
	text-align:center;
	}

h1 {
	margin:0;
	width: 460px;
	text-align: center;
	font-weight:normal;
	color:#999999;
	}
	
h2 {
	margin-top:20px;
	width: 460px;
	text-align: center;
	font-weight:normal;
	color:#999999;
	font-size:10px;
	}