@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: 380px;
}

#bm_header { 
	position: absolute;
	background: url(../cooling/images/bm_header.png);
	top: 10px;
	margin-left: 80px;
	width: 420px;
	height: 40px;
}

#photo { 
	position: absolute;
	background: url(../cooling/images/boat_photo.jpg);
	top: 0px;
	left: 530px;
	width: 200px;
	height: 133px;
}

#text1 {
	position: absolute;
	top: 60px;
	color: #072d49;
	font-weight: bold;
	margin-left: 240px;
	width: 280px;
}

#text2 {
	position: absolute;
	top: 152px;
	color: #072d49;
	font-weight: bold;
	margin-left: 240px;
	width: 485px;
}

#circle {
	position: absolute;
	background-image: url(../cooling/images/boat_circle.png);
	top: 60px;
	left: 80px;
	width: 145px;
	height: 145px;
	z-index: 1;
}

li {
 margin: 0px;
 
}

