@import url(content.css);
@import url(menu.css);

:link, :visited {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

a img,:link img,:visited img {
	border: none;
}

html {
	height: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
	color: #333;
	background: url(../img/back_body.gif) top left repeat;
	height: 100%;
	text-align: center;
}

div#nonFooter {
	position: relative;
	min-height: 100%;
	background: url(../img/back_content.jpg) top left repeat-y;
	width: 850px;
	text-align: left;
	margin: 0 auto;
}

* html div#nonFooter {
	height: 100%;
}

div#header {
	background: url(../img/header.jpg) top left no-repeat;
	height: 227px;
}

div#content {
	background: url(../img/back_top.jpg) top left no-repeat;
	padding: 0 40px 60px 40px;
}

div#footer {
	position: relative;
	margin: -57px auto 0 auto;
	background: url(../img/footer.jpg) bottom left no-repeat;
	height: 57px;
	width: 850px;
}

h1 span {
	display: none;
}