* {
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	outline:none;
	text-decoration: none;
	padding:0;
	margin:0; 
	color:black;
	font-size:100%;
	list-style:none;
	font-weight:normal;
}
*, *:before, *:after {  
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}
html{  width: 100%; height: 100%; background: #14132c; }
body { width: 100%; height: 100%; margin: 0 auto; }
main { float:left; width:100%; height: 100%; }	
.content { float:left; width:100%; height: 100%; }
.content img { float:left; width:100%; }

#dvd {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 250px;
    width: 400px;
    background-color: #14132c !important;
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: center;
  }

@media (min-width: 100px) and (max-width: 780px) {
	body { max-width:auto; }
}

@media (max-width: 780px) {
    #dvd {
        width: 150px;
        height: 94px;
    }
}