@charset "utf-8";
/* CSS Document */

#body_container {
	position: relative;
	background: url(../cooling/images/white.png) repeat-y;
	top: 149px;
	left: 50%;
	margin-left: -400px;
	width: 800px;
	height: 475px;
}

#photo { 
	position: absolute;
	background: url(../cooling/images/photo.jpg);
	top: 0px;
	left: 70px;
	width: 660px;
	height: 326px;
}

