html {
	margin: 0px;
	padding: 0px;
	}
body {
        font-family:"Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:190%;
	color: #fff;
	background-image:			url('img/pagebody.jpg');
	background-repeat:			repeat-x;
        background-color: #000000;
	padding: 0px;
	margin: 0px;
	height: 100%;
	}
#page {
	height: 70px;
        width: 500px;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -250px;
	position: absolute;
	}
