body{
	background-color: black;
}

#body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#skink{
	width: 810px;
	height: 550px;
	background-image: url("/images/skink_main.jpg");	
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -405px; /* (Half width) */
    margin-top: -275px; /*  (Half height) */

}

#enter{
	position: absolute;
	width: 140px;
	height: 100px;
	left: 671px;
	top: 347px;
}
