body {
	margin: 0;
	padding: 0;
	background-image: url(../Images/Smileys.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}

.draggable {position: absolute; visibility: hidden; cursor: move; z-index: 1;}

#js {
	position: absolute;
	top: 240px;
	z-index: 5;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

#jsEye1, #jsEye2 {
	position: absolute;
	top: 44px;
	z-index: 6;
	width: 21px;
	height: 29px;
}

#jsEye1 {left: 36px;}

#jsEye2 {left: 92px;}

