﻿body {
	text-align:center;
}
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
}
/* header */
#header {
	height:181px;
	background:url(images/hd.gif);
	position:relative
}
/* content */
#content {
	height:687px;
	background:#000
}
/* footer */

#footer {
	clear:both;
	background: url(images/footer.gif);
	height:170px;
	color: #fff;
	position:relative;
}
