#bg {
	/*width: 1024px;
	height: 768px;*/
	margin: 0;
	padding: 0;
	position: absolute;
}

#phone {
    position: absolute;
    left: 10px;
    top: 80px;
}

/*#dial {
    position: absolute;
    left: 440px;
    top: 410px;
	z-index:0;
}*/

#note {
	font-family: 'Indie Flower', cursive;
	line-height: 25px;
	font-size: 28px;
	position: absolute;
	width: 250px;
	height: 320px;
	right: 40px;
	top: 290px;
	padding-top: 10px;
	display: block;
}

.press {
	padding-top: 10px;
	margin-left: 30px;
	height: 40px;
	width: 150px;

}

#hov3 {
	position: absolute;
	left: 417px;
	top: 282px;
	display: none;
}

#hov5 {
	position: absolute;
	left: 327px;
	top: 255px;
	display: none;
}

#hov8 {
	position: absolute;
	left: 254px;
	top: 368px;
	display: none;
}


#wheel {
    position: absolute;
    left: 230px;
    top: 230px;
	-webkit-transition: 2s ease-in-out;
    -moz-transition: 2s ease-in-out;
    -o-transition: 2s ease-in-out;
    transition: 2s ease-in-out;
}

/*#wheel:hover {
	-ms-transform: rotate(55deg);
    -webkit-transform: rotate(55deg); 
    transform: rotate(55deg);
	}*/
	
#dial {
	 position: absolute;
    left: 440px;
    top: 410px;
	}
	
.press:hover {
	cursor: pointer;
}

#phone:hover{
	cursor: pointer;
}