
#winName {
	height : 56px;
}

#windows {
	width : 500px;
	margin-bottom : 30px;
}

#winWall {
	position:relative;
	width : 500px;
	margin-left:auto;
	margin-right:auto;
}
.win {
	position : absolute;
	cursor:pointer;
}
#win1 {
	/*background-color : blue;*/
	width : 95px;
	height : 50px;
	left : 400px;
	top : 380px;
}
#win2 {
	/*background-color : green;*/
	width : 85px;
	height : 55px;
	left : 180px;
	top : 310px;
}
#win3 {
	/*background-color : pink;*/
	width : 85px;
	height : 55px;
	left : 292px;
	top : 245px;
}
#win4 {
	/*background-color : purple;*/
	width : 130px;
	height : 45px;
	left : 22px;
	top : 180px;
}
#win5 {
	/* background-color : red; */
	width : 60px;
	height : 40px;
	left : 422px;
	top : 115px;
}
#win6 {
	/*background-color : red;*/
	width : 100px;
	height : 60px;
	left : 22px;
	top : 25px;
}
#win7 {
	/*background-color : yellow;*/
	width : 100px;
	height : 55px;
	left : 292px;
	top : 30px;
}
