html {
	height: 100%;*/
}

div {
	height: 100%;*/
}

body {
    margin: 0px 0px 1px 0px; /* the extra 1px allows the iOS inner/outer check to work */
    background: #000;
	height: 100%;*/
}

#joystickLeft {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
#joystickRight {
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
}