/* CSS Document */
html {
	text-align: center;
	background: url(images/bk-slice.gif) repeat-x;
}

body {
	position: relative;
	width: 770px;
	height: 600px;
	margin: 0px auto;
	text-align: left;
	font-family: "gill sans MT", "arial", "verdana", "geneva";
	font-size: 80%;
	color: black;
	line-height: 110%;
}

div#content {
	position: absolute;
	margin-top: 100px; 
	margin-left: -2px;
	width: 768px;
	height: 600px;
	background: url(images/bp-frontpage.jpg) no-repeat;
}

div#enterbutton {
	position: abolute;
	width: 400px;
	height: 250px;
	margin-top: 225px;
	margin-left: 400px;
}




