/* CSS Document */

body {
	background:#fff;
	margin:0;
	padding:0;
}

.wrap {
	position: absolute;
	width: 600px;
	height: 300px;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -150px;
	background: #fff;
	color: #999;

}