@charset "UTF-8";
/* CSS Document */


.content {
	width:600px;
	height:400px;
	line-height:400px;
	margin:0px auto;
	text-align:center;
	background-color:#ffffff;
    
}
 
.content img {
	vertical-align:middle;
    margin-top: 20%;
    width: 90%;
        

}

