#top {
	position: relative;
	height: 250px;
	width: 900px;
	background-image: url(../image/top_bg.jpg);
}
#logo {
	float: left;
	position: absolute;
	height: 164px;
	width: 247px;
	background-color: #9999CC;
	left: 30px;
	top: 0px;
}
#topLeft_absolut {
	height: 360px;
	width: 350px;
	position: absolute;
	left: -350px;
	background-image: url(../image/top_left_absolut.jpg);
}

#top_right_absolut {
	height: 250px;
	width: 175px;
	position: absolute;
	left: 900px;
	background-image: url(../image/bg_right_absolut.jpg);
	top: 0px;
}

