/* CSS Document */
*{
	padding: 0px;
	margin: 0px;
}
body {
	font-size: 10px;
	font-family:Helvetica, Arial, san-serif;
	background:#FFFFFF;
	}

#background {
	background-image:url(../finalimages/pagetwo.jpg);
	background-repeat:no-repeat;
	text-align: left;
	width:860px;
	height:600px;
}
#enter {
	top: 0px;
	left: 0px;
	border:none;
}
#enter a {
	text-decoration:none;
	border:0;
}
#enter img {
	border=0;
}

#menu {
	float: left;
	margin-top: 175px;
	margin-left: 20px;
}
#menu h1 {
	letter-spacing: 1pt;
	line-height: 2.4;	
	font-weight: lighter;
	font-family: Helvetica, Arial, san-serif;
	color:#333333;
	font-size:12px;
}
#menu a {
	text-decoration:none;
	color:#333333;
}

#topbutton {
	margin-right: 18px;
	margin-top: 15px;
	float: right;
}
#topbutton h1 {
	font-family: 
	Helvetica, Arial, san-serif;
	color:#6D6D6D;
	font-weight: lighter;
	font-size: 13px;
}