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

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

#photo1 { 
	background: url(../mosquito/images/photo1.png);
	top: 0px;
	width: 800px;
	height: 267px;
}

#mosquito {
	position: absolute;
	background-image: url(../mosquito/images/mosquito.png);
	top: 20px;
	left: 635px;
	width: 145px;
	height: 145px;
}

#flowers {
	position: absolute;
	background-image: url(../mosquito/images/flowers.png);
	top: 110px;
	left: 570px;
	width: 105px;
	height: 105px;
}

#fightsbar {
	position: absolute;
	background-image: url(../mosquito/images/fightsbar.png);
	top: 267px;
	width: 800px;
	height: 59px;
}

#photo { 
	position: absolute;
	top: 0px;
	left: 70px;
	width: 660px;
	height: 326px;
}


