@charset "UTF-8";

#mainImg {
width: 640px;
height: 500px;
overflow: hidden;
position: relative;
float:right;
}
 
#mainImg img {
top: 0;
left: 0;
position: absolute;
}