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

* {
	margin: 0;
}
html, body {
	height: 100%;
	background-image: url(../../images/background.jpg);
	color: #FFFFFF;
	font-family: Arial, Helvetica, Geneva, Sans-serif, sans-serif;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -47px;
}
.header {
	background: #000000 url(../../images/border_top.png) repeat-x top;
	height: 47px;
}
.footer {
	background: #000000 url(../../images/border_bottom.png) repeat-x top;
	background-repeat: repeat-x;
	height: 47px;
}