body {
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#444;
	background:#000000 url(img/bg.gif) repeat-x center top ;
	}
	
.wrap {
	display:block;
	margin:35px auto 0;
	padding:0;
	width:700px;
	background:#fff url(img/wrap-bg.gif) no-repeat top center;
	}
	
.header {margin:5px;padding:5px;}
.content {margin:0;padding:5px;}

table {margin:0 auto;padding:0;width:550px;}
	table tr {vertical-align:top;text-align:center;}
	

.footer {
	margin:0 auto;
	padding:0;
	width:700px;
	height:35px;
	background:url(img/foot-bg.gif) no-repeat bottom center;
	}