body { 
		position: relative; 
		padding-top: 100px;
		width: 100%; 
		height: 100px; 
		background-color: #000;
		background-repeat: no-repeat; 
		background-position: center top;
		background-attachment: fixed;
}

@media screen and (max-width: 1280px) {
	
	body {  background-image: url(/delonghi2025/del0925d.jpg); }
    
}

@media screen and (min-width: 1281px) and (max-width: 1536px) {
	
	body {  background-image: url(/delonghi2025/del0925d.jpg); }
    
}

@media screen and (min-width: 1537px) {
	
	body {  background-image: url(/delonghi2025/del0925d.jpg); }
    
}

#container {
	background-color: #fff;
}

#box-link { 
		display: block;
width: 100%;
height: 800px;
position: fixed;
top: 0px;
left: 0px;
background-color: transparent; 
 }
#delconwrap {
width: 980px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
}

#mbr { display: none !important; }