body,html{
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 100%;
	font-size: 11px;
	height:100%;
	background-color:#000;
}
a{	
	text-decoration: none;
	color: #000;
	border:none;
}
img{
	border:none;
}
#contentContainer{
	width: 319px;
	height: 42px;
	margin:auto;
}
#pagewrap{
	position:absolute;
	top: 50%;
	margin-top: -21px;
	width: 100%;
	text-align: center;
}