p {
	margin:0;
	padding:0;
}
	
html, body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#666;
	height:100%;
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#666;
}

a:visited {
	text-decoration:none;
	color:#666;
}

a:hover {
	text-decoration:none;
	color:#09C;
}

a:active {
	text-decoration:none;
	color:#09C;
	border-bottom:1px dotted; 
}

#holding {
	
	margin:200px 0 0 0;
	text-align:center;
	width:100%;
}

#wrap {
	position: relative;
	width: 500px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
}

#content {
	background: #fff;
	text-align: right;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 381px;
	margin-top: -220px;
	width: 500px;
	margin-left: -250px;
}


