@charset "utf-8";
/* CSS Document */
#main1 {
	position:relative;
	height: 157px;
	width: 280px;
	float:left;
	z-index:5;
	background-color:#4d4d4d;
	overflow:auto;
}
#main2 {
	position:relative;
	height: 446px;
	width: 406px;
	float:right;
	z-index:5;
	background-color:#4d4d4d;
	overflow:auto;
}

#main3 {
	position:relative;
	height: 236px;
	width: 280px;
	float:left;
	z-index:5;
	top:2px;
	background-color:#4d4d4d;
	overflow:auto;
}

#main4 {
	position:relative;
	height: 79px;
	width: 280px;
	float:left;
	z-index:5;
	top:4px;
	background-color:#4d4d4d;
	overflow:auto;
}

#main5 {
	position:relative;
	height: 28px;
	width: 406px;
	float:right;
	z-index:5;
	background-color:#4d4d4d;
	overflow:auto;
	top:2px;
}

#menu2 {
	top:2px;
}

