@charset "UTF-8";
/* CSS Document */

html, body { 
background-color:#330000;
background-image:url(images/background.jpg);
background-position:top;
background-repeat:repeat-x;
margin: 0;
text-align:center;
}


#wrapper {
	width:1024;
	height:768px;
	min-height:768px;
	min-width:1024px;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto -25px;
	text-align:left;


}

	
/* the bottom margin is the negative value of the footer's height */

#footer, #push {
	float:left;
	clear:both;
	height: 25px;
	overflow:hidden;
	/* .push must be the same height as .footer */
}




