@charset "utf-8";

body{
    margin:0px;
    padding:0px;
}

#enter_img {
	height: auto;
	width: auto;
	height:250px;
	width:250px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-125px;
	margin-left:-125px;
	text-decoration: none;
	}

#enter_img a {
    outline: none;
}

    
 