/*
   CSS LAYOUT FOR MAXBIDDER.COM
	  	  
*/


/*Template*/

* { padding: 0; margin: 0; }

body {
 background: url(http://www.maxbidder.com/pictures/body.gif) repeat-y;
 color: gray;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#body_background {
	background: url(http://www.maxbidder.com/pictures/body_background.gif) repeat-x;
	width: 100%;
	height: 850px;
}

#wrapper { 
 margin: 0 auto;
 width: 1003px;
}

#content { 
 float: left;
 padding-bottom: 10px;
 color: #333;
 background: #FFFFFF;
 height: auto;
 width: 1003px;
 display: inline;
}

#header {
 background-image: url(http://www.maxbidder.com/pictures/header.jpg); 
 width: 1003px;
 float: left;
 height: 164px;
}

#footer { 
 width: 1003px;
 height: 80px;
 clear: both;
 color: #333;
 background: gray;
}

