@charset "utf-8";
/* CSS Document */

/* the following Reset CSS was modified from Eric Meyer's v1.0 | 20080212 */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address,
em, img, strong,
dl, dt, dd, ol  {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
}


#wrap {
	
	position:absolute;
	top:50%;
	left:50%;
	width:1000px;
	height:700px;
	margin-top:-350px;
	margin-left:-500px;
	
}

