#mouseOver {
position: absolute;
top: 3px;
z-index: 100;
height: 218px; 
width: 798px;
overflow: hidden;
background-color: #fff;
}

*:first-child+html #mouseOver {
	margin-top: 18px;
	margin-left: 4px;
}
	
#mouseButton {
	position: absolute;
	margin: 178px 0 0 19px;
}
