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

html { 
   width:100%; 
   height:100%; 
   background:url(logo.png) center center no-repeat;
	font-family: Arial, "sans-serif";
	font-size: 12px;
	color: #4c4c4c;
}

a {
	color: #4c4c4c;
	text-decoration: none;
}

img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 900px;
   height: 539px;
   margin-top: -300px; /* Half the height */
   margin-left: -450px; /* Half the width */
}

.dse {
	position: absolute;
	top: calc(50% + 300px);
	width: calc(100% - 10px);
	
	text-align: center;
}

.dse2 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.dse2 ul {
    display: inline-block;
}

.dse2 li {
	text-align: left;
}