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

body{
	margin: 0;
	padding: 0;
	background-color: #000;
}

/*
#wrap{
	position:absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 600px;
	margin-top: -300px;
	margin-left: -450px;
}
*/

#wrap{
	margin: 0 auto;
	width: 900px;
	height: 600px;
}