@charset "utf-8";
/* CSS Document */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,address,form { margin: 0; padding: 0; }
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color:#FFF;
	text-align:center;
}
#wrapper{
	width:832px;
	margin: 0px auto;
	max-height: 100%;
	background-color: #000;
}
h1 				{ display:none; }

