body, html
{
	padding:0;
	margin:0;
	border:0;	
	height:100%;
	width:100%;
	font-family:Verdana;
	font-size:10px;
	background-color:#EAEAEA;
}

#outer
{
	height:100%;
	width:100%;
	text-align:center;
}

#innerfirst
{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:600px;
	background-image:url(background4.png);
	background-repeat:no-repeat;	
	padding-top:28px;
	text-align:left;
	margin-top:28px;
}