@import url('reset.css');

html,
body
{
	height:100%;
}

body
{
	background: #000;
	font-size: 10px;
	color: #333;
	font-family:arial, verdana, sans-serif;
}


#wrapper
{
	position:absolute;
	left:50%;
	top:50%;
	width:1000px;
	height:600px;
	margin:-300px 0 0 -500px;
	background:#000 url('bg.jpg');
	border:5px solid #111;
}
#wrapme
{
	position:relative;
	text-align:center;
	padding:230px 0 0 0;
}


#wrapme p
{
	display:block;
	color:#fff;
	font-family:georgia, time, serf;
	font-size:180%;
	font-style:italic;
	margin:0 0 0.5em 0;
}
