@charset "UTF-8";
/* CSS Document */
body{
	background:#ea5429;
}
*{
	margin:0;
	padding:0;
	border:none;
	outline:none;
}
a:focus{
	border:none;
}
img{
	margin:0 auto;
	display:block;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    right: 0;
    /*width: 100%;
    height: 100%;*/
    margin: auto;
}
