@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}
#background #header {
	background-image: url(../images/header.png);
	height: 396px;
	width: 1146px;
	margin-right: auto;
	margin-left: auto;
}
#background #bg {
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	width: 1146px;
	margin-right: auto;
	margin-left: auto;
}
#background #footer {
	background-image: url(../images/footer.png);
	height: 256px;
	width: 1146px;
	margin-right: auto;
	margin-left: auto;
}

/* CSS Document */

#background {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
#background #bg #container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}
