*{
	padding:0;
	margin:0;
}

body{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #3a3522;
	font-size: 13px;
	color:#FFF;
	background-image: url(g3sf28.gif); /*our background image*/
	background-repeat: repeat-x; /*background image repeated horizontally*/
}

#logo{
	background-image:url(logo.png);
	background-repeat:no-repeat;
	background-position:center;
	width:300px;
	height:90px;
	margin:auto;
	margin-bottom:30px;
	margin-top:10px;
}

#footer{
	background-image: url(g3sf28.gif); /*our background image*/
	background-repeat: repeat-x; /*background image repeated horizontally*/
	height:50px;
	margin-top:30px;
}

td{
	text-align:center;
}