@charset "UTF-8";
/* CSS Document */
#flash
{
  text-align: center;
	margin-top:30px;
	}
#box
{
width:100%;
/*border: 1px solid #000;*/
/*margin-left:-512px;*/
/*position:absolute;*/
/*left:50%;*/
}
#home a
{
   /*margin-left:25%;*/
   }	
   
a.enter {
	position: absolute;
	width: 100%;
	text-align: center;
}
body {
			font-size: 12px;
			font-family: "Helvetica Neue", Verdana, sans-serif;
			margin-top:150px;
			}		
		a:link {
			color: #963;
				}
		a:visited {
			color: #696;
				}
		a:hover {
			color: #9e9;
			background-color: #999;
				}
		a:focus {
			color: #33a;
				}
		a:active {
			color: #bf9;
			text-decoration: underline;
				}
				
