html
{
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
}

body
{
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	*/
	margin: 0px;
	margin-top: -18px;
	padding: 0px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	background-image: url(images/bg_header.png);
	background-repeat: no-repeat;	
}

#page
{
	margin-top: 15px;
	margin-left: 50px;
	width: 770px;
	text-align: center;
}
