#frame1{
	width: 1000px;
	height:250px;
    left: calc(50% - 500px);
    position: relative;
}

#frame2{
	width:1000px;
	height:500px;
	left: calc(50% - 500px);
	position:relative;
}

#lace1{
	width: 1000px;
	height:220px;
	position: absolute;
}

#lace2{
	width: 1000px;
	height:500px;
	position: absolute;
}

#text1{
	width: 500px;
	top:90px;
	left:90px;
	position: absolute;
	font-size: 22px;
}

#text2{
	width: 500px;
	top:90px;
	left:90px;
	position: absolute;
	font-size: 22px;
}

#map{
	width: 400px;
	height: 320px;
	top:140px;
	left:90px;
	position: absolute;
	font-size: 22px;
}