/* CSS Document */

/* General */

html, body
{
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: "Calibri", "Arial";
	line-height: 14px;
	text-decoration: none;
	color: #8C8A77;
	font-size: 14px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}


/* Wrapper */


#wrapper{ height: 100%; width:100%; }


#homepage
{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 391px;
	height: 276px;
	margin-left: -195px;
	margin-top: -138px
}