body {
	background: url('../img/sub_background.jpg') no-repeat top center;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
}

/* HEADER */
.header{ background: #fff url('../img/background_html.jpg') no-repeat bottom center; height: 370px; }

/* CONTENT */


/* FOOTER */
.footer{ text-align:center; }

/* GENERAL */
p{ margin:10px 0 0 0; }
.wrap{ max-width: 940px; margin: auto; padding: 0 10px; }
.error{
	background-color: #f2dede;
	border: 1px solid #ebccd1;
	color: #777;
	padding: 10px;
	text-align: center;
	width: 80%;
}
.nav{
	background: url('../img/background_footer.jpg') repeat-x top;
	height: 45px;
	line-height: 45px;
	color: #fff;
}