body {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 14px;
	background-color: #f4ede5;
}


#wrap {
	position: relative;
	width: 806px;
	height: 520px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;}

#content { 
	position: relative;
	width: 800px;
	height: 500px;
	background-image: url(../images/bgr.png);
	background-repeat: no-repeat;
	background-color: #fff;
	margin-top: 40px;
}

#loginForm {
	position: relative;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 150px;
}

p {
	color: #3a2100;
	font-size: 90%;
}
p.notes {
	padding-top: 10px;
	font-size: 85%;
}
