html
{
	height: 100%;
}

body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #F1F1F1;
}

body, #wrapper
{
	margin: 0 auto;
	padding: 0;
	height: 100%;
	border: none;
	text-align: center;
}

#inner
{
	width: 1000px;
	height: 648px;
}

img
{
	border: 0;
}