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

body
{
	margin: 0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color:#CCC;
}

#main
{
	width: 500px;
	margin-left: -250px;
	left: 50%;
	top: 50%;
	margin-top: -255px;
	position:absolute;
	height: 510px;
	color: #72163A;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}

#footer, #footer a
{
	bottom: 20px;
	color: #666;
	position: absolute;
	margin-left: -150px;
	left: 50%;
	width:300px;
	text-align:right;
	float:right;
	padding: 0px 20px 0px 0xp;
	}