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

.allcontent {
	position: relative;
	height: 740px;
	width: 940px;
	top: 0px;
	margin: 0px auto;
	padding: 0px;
	left: 0px;
}
#LogoHome {
	position:absolute;
	left:20px;
	top:20px;
	width:200px;
	height:200px;
	z-index:1;
}
#Banner {
	position:absolute;
	left:240px;
	top:20px;
	width:680px;
	height:200px;
	z-index:2;
}
#ContactHome {
	position:absolute;
	left:20px;
	top:240px;
	width:200px;
	height:480px;
	z-index:3;
}
#ContentHome {
	position:absolute;
	left:240px;
	top:240px;
	width:680px;
	height:480px;
	z-index:4;
}

