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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.header {
	background-image: url(main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 600px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-indent: -9999px;
}
.footer {
	background-image: url(footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	margin-top: 2px;
	font-size: 12px;
	color: #4E4E4E;
	text-align: center;
	padding-top: 10px;
}
