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

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

#transform { 
	position: absolute;
	top: 15px;
	margin-left: 200px;
	width:375px;
}

.transform { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 14px;
	font-weight:bold;
	color: #7d9ead;
	margin:0px;
}

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

#pool { 
	position: absolute;
	background: url(../cooling/images/pool_pic.jpg);
	top: 200px;
	left: 490px;
	width: 240px;
	height: 160px;
}


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

#text2 {
	position: absolute;
	top: 235px;
	color: #072d49;
	margin-left: 90px;
	width: 415px;
}

#text3 {
	position: absolute;
	top: 360px;
	color: #072d49;
	margin-left: 90px;
	width: 550px;
}

#circle {
	position: absolute;
	background-image: url(../cooling/images/cf_fan.png);
	top: 170px;
	left: 500px;
	width: 114px;
	height: 114px;
	z-index: 1;
}

#fly {
	position: absolute;
	background-image: url(../cooling/images/cc_circle.png);
	top: 140px;
	left: 660px;
	width: 145px;
	height: 145px;
	z-index: 1;
}

li {
 margin: 0px;
 
}

