body {
	background:		#111111 url('../images/template/bg.png');
	color:			#EEEEEE;
	font-family:		verdana,helvetica,sans-serif;
	font-size:		0.9em;
	margin:			0;
	padding:		0;
}

h1 {
	//background:		red;
	margin:			auto;
	padding:		30px 0 30px 300px;
	width:			500px;
}

#head {
	background:		url('../images/template/head.png') no-repeat center;
	height:			100px;
	margin:			50px 0;
	width:			100%;
}

#wrap {
	height:			400px;
	margin:			50px auto 0 auto;
	padding:		0;
	text-align:		center;
	width:			1000px
}

