body {
	background-color: #f181d0;
}

.blur {
	background-image:url('images/bck.jpg');
	width: 1054px;
	height: 798px;	


	margin: 0px auto;
}

.total {
	width: 1024px;
	height: 768px;
	margin: -784px auto;
}

.banner {
	background-image:url('images/banner.jpg');
	width: 1024px;
	height: 231px;
}

.navigation {
	width: 1024px;
	height: 144px;
}

.navigation .bt1 {
	float: left;
	background-image:url('images/button1.jpg');
	width: 303px;
	height: 144px;
}

.navigation .bt2 {
	float: left;
	background-image:url('images/button2.jpg');
	width: 189px;
	height: 144px;
}

.navigation .bt3 {
	float: left;
	background-image:url('images/button3.jpg');
	width: 192px;
	height: 144px;
}

.navigation .bt4 {
	float: left;
	background-image:url('images/button4.jpg');
	width: 340px;
	height: 144px;
}

.navigation .bt1:hover {
	background-image:url('images/button1_o.jpg');
}

.navigation .bt2:hover {
	background-image:url('images/button2_o.jpg');
}

.navigation .bt3:hover {
	background-image:url('images/button3_o.jpg');
}

.navigation .bt4:hover {
	background-image:url('images/button4_o.jpg');
}

.bottom {
	background-image:url('images/bottom_image.jpg');
	width: 1024px;
	height: 393px;
}