#all {
	
	width:850px;
	height: 216px;	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 0px;
	margin-left: -425px;
	background: url('images/start.png');
}
	
#studio {
	position: absolute;
	top: 20px;
	left: 117px;
	width: 150px;
	height: 100px;
	cursor: pointer;
	
}

#patalala{
	position: absolute;
	top: 20px;
	left: 510px;
	width: 190px;
	height: 100px;
	cursor: pointer;
}

#studioBig {
	display: none;
	position: absolute;
	top: -222px;
	left: 35px;
	width: 470px;
	height: 353px;
	cursor: pointer;
	background: url('images/studioBig2.jpg');
}
#patalalaBig {
	display: none;
	position: absolute;
	top: -165px;
	left: 273px;
	width: 550px;
	height: 293px;
	cursor: pointer;
	background: url('images/patalalaBig3.jpg');
}

