html, body {
	margin: 0; height: 100%;
}

body {
	background-color: #ffffff;
	font-family: "Lucida Grande", Arial;
	font-size: 14px;
	line-height: 1.5em;
}

a {
	color: #330ABE;
	text-decoration: none;
}
a:hover {
	color: #97be0d;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial;
}

#header {
	overflow: hidden;
	text-align: center;
	padding: 50px 0 30px 0;
}
#logo {
	display: block;
	width: 300px;
	height: 67px;
	background: url(/default/images/logo.gif) no-repeat transparent;
	text-indent: -5000px;
	margin: 0 auto;
}
#content {
	background-color: #ebebeb;
	border-top: 1px solid #d8d4d3;
	border-bottom: 1px solid #d8d4d3;
	padding: 30px 0 40px 0;
	text-align: center;
	overflow: hidden:
	width: 100%;
}
#content-middle {
	width: 560px;
	display: block;
	margin: 0 auto;
}
