@charset "utf-8";

/* CSS Document */



*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
#background .header {
	background-image: url(../images/header.png);
	height: 450px;
	width: 877px;
	margin-right: auto;
	margin-left: auto;
}

/* CSS Document */

#background {
	background-image: url(../images/backgroundfull.png);
	background-repeat: repeat;
	background-attachment: fixed;
	width: 100%;
}
#background .bg {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	width: 877px;
	margin-right: auto;
	margin-left: auto;
}
#background .bg .container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
}
#background .footer {
	background-image: url(../images/footer.png);
	height: 187px;
	width: 877px;
	margin-right: auto;
	margin-left: auto;
}
