* { padding: 0; margin: 0; }

body {
 background-color: white;
 background-position: left top;
 background-repeat: repeat-x;
 background-image: url(images/bg.gif);
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

#wrapper { 
 background-position: center 17px; 
 background-repeat: no-repeat; 
 background-image: url(images/banner.png); 
 margin: 0 auto;
 width: 1024px;
}

#header {
 padding-left: 10px;
 padding-bottom: 0px;
 padding-right: 10px;
 padding-top: 10px;
 background-position: 130px 24px;
 background-repeat: no-repeat;
 background-image: url(images/logo.png);
 border-width: 0px;
 width: 1024px;
 color: #333;
 height: 250px;
 margin: 0px;
}

#content { 
 margin: 0px; 
 padding: 0px; 
 background-position: center top; 
 background-repeat: no-repeat; 
 background-image: url(images/contentbg.png); 
 border-width: 0px; 
 width: 1024px;
 color: #333;
 height: 350px;
}

#footer { 
 background-position: center top; 
 background-repeat: no-repeat; 
 background-image: url(images/footerbg.png); 
 border-width: 0px; 
 width: 1024px;
 color: #9a9d9c;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#text {
	margin-right: 132px;
	margin-left: 132px;
}