body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
	font-family:"Avant Garde Book BT", Arial;
	font-size:14px;
	color:#666;
}

div.container {
	top: -20px; 
	left: 0; 
	width: 100%; 
	height: 100%;
    position: fixed; 
	display: table;
}
#position {
	display: table-cell; 
	vertical-align: middle;
	text-align:center;
	position:absolute; left:50%; margin-left:-450px; top:50%; margin-top:-250px;
	width:900px;
	height:600px;
	background-image:url(../entryBG.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#content{
	margin-top:250px;
}

a {
	
	padding:0 10px;
	text-decoration:none;
	color:#666;
}

a:hover {
	color:#6CC;
}

