body {
	margin: 0;
	background-color: #868585;
/*	background: #fff url(img/bg-head.jpg) repeat-x; */
}
/*
#wrapper {
	margin: 0 auto;
	width: 737px;
	height: 521px;
}
*/
#wrapper {
    width : 737px;
    height: 521px;
    display : block;
    left : 50%;
    position : absolute;
    margin-top : -268px;
    margin-left : -360px;
    top : 50%;
}