* {
	margin: 0;
}
html, body {
	height: 100%;
	
	
}

body{
	background: #fff url(../images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;

}
/*
	text-align: center;
.wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 800px;
	margin: 5px auto -50px;
	background: #fff;
}
.header{
	margin: 0;
	padding: 0;
	width: 800px;
	height: 300px;
	background: #000;

}
#shadow{
	margin: 0;
	padding: 0;
	width: 800px;
	height: 12px;
	background-image: url(../images/header_shadow.png);
	background-repeat: repeat-x;
	
}
.pagetab{
	margin: 0;
	padding: 0;
	width: 800px;
	height: 40px;
	background-color: #ccc;
}
.content{
 	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 788px;
	height: auto;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;

}

.footer, .push {
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	width:800px;	
}
*/
