* {
	vertical-align: middle;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff
	font: 1em/1.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	
}

#wrapper{
	width: 100%;
	height: 100%;
}

#container{
	position: absolute;
	width:1280px;
	height:768px;
	text-align: center;
	top:50%;
	left: 50%;
	margin-top:-384px;
	margin-left: -640px;
}