body {
	background: #fff url("../images/body_bg.png") repeat-y;
}

#wrapper {
	position:absolute;
	background: #b95838;
	height: 650px;
	width: 974px;
	top: 50%;
	left: 50%;
	margin-left: -487px; /*set to a negative number 1/2 of your width*/
	margin-top: -325px; /*set to a negative number 1/2 of your height*/
}

.top_container img {
	position: absolute;
    margin: auto;
    top: -24px;
    left: 0;
    right: 2px;
    bottom: 0;
}

.bottom_container {
	position: absolute;
    margin: auto;
    bottom: -86px;
    left: 428px;
}


