body {

margin:0;

padding:0;

overflow:scroll;
}



#drop_zone {

background:url('/ItalianBodyImages/face9.png') top left no-repeat;

height:665px;

width:1017px;

}





#drops div {

background:#FF0;

border:2px solid #FB1;

padding:5px;

margin:2px;

display:inline-block;

width:142px;

text-align:center;

font:1em Verdana;

cursor:move;

opacity:0.9;

-moz-user-select:-moz-none;

-moz-user-select:none;

-o-user-select:none;

-khtml-user-select:none;

-webkit-user-select:none;

-ms-user-select:none;

user-select:none;

position:absolute;

}



#drops {

float:left;

width:150px;

position:absolute;

}





#zones {

width:170px;

margin:10px 30px 0px 742px;

border-collapse:collapse;

border-spacing:0;

}



#zones td {

border:1px solid;

height:61px;

}



#zones td.blank {

border:0;

}



button {


float:left;

display:block;

background:#FF0;

border:2px solid #FB1;

padding:5px;

font-size:1.1em;

}



button:hover {

cursor:pointer;

border-color:#FF0;

}



td.wrong {

background:#F00;

}

td.correct {

background:#0F0;

}

#check {
    position: fixed;
    bottom: 100px;
    left: 0;
}

#sort {
    position: fixed;
    bottom: 50px;
    left: 0;
}

#resize {
	position: fixed;
	bottom: 10px;
	left:0;
}