body {
background: url(../images/landscape_bg.jpg) center top #4d6a94;
}

body.full_bg div#footer li a {
color:#111111;
}

body.full_bg div#footer li a:hover {
color:#111111;
text-decoration: underline;
}

p.delivery_dates {
background:#FFFFFF none repeat scroll 0 0;
clear:both;
margin:0 0 0 295px;
padding:8px;
width:475px;
}


/* AML LP mobile */

@media only screen and (max-width : 800px) {

p.delivery_dates {
background: white none repeat scroll 0 0;
clear: both;
margin: 0;
padding: 10px 5% 25px;
width: 90%;
}


}
/* end @media screen and (max-width: 800px) */
