/* CSS Document */

#container {
         margin: 0 auto;
		 text-align: left;
		 width: 990px;
		 background-image: url(images/background.gif);
		 position: center;
		 

}

#header {         
         background-image: url(images/top.jpg);
		 background-repeat: no-repeat;
		 background-position: center top;
		 height: 482px;
		 width: 990px;
		 top: 0px;
		 position: center;

}

#header2 {         
         background-image: url(images/top-2.gif);
		 background-repeat: no-repeat;
		 background-position: center top;
		 height: 146px;
		 width: 990px;
		 top: 0px;
		 position: center;

}

#content {         
         background-image: url(images/background.gif);
		 background-repeat: no-repeat;
		 background-position: center top;
		 width: 779px;
		 top: 0px;
		 position: center;
		 padding-left: 113px;
		 padding-right: 98px;

}

#footer {        
         background-image: url(images/background.gif);
		 background-position: center top;
		 width: 990px;
		 top: 0px;
		 clear: both;
		 margin: 0 auto;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-size: 10px;
		 color: #000000;
		 background-position: center top;
		 text-align: center;
		 vertical-align: top;
		 
		  
}

