body {
	background: #f0dc84;
	margin: 0;
	padding: 0;
}


#grad {
    height: 380px;
    background: #222; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#222, #f0dc84); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#222, #f0dc84); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#222, #f0dc84); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#222, #f0dc84); /* Standard syntax (must be last) */
}

#splash {
    text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
img {
	max-width: 100%;
}

@media
  screen and (-webkit-min-device-pixel-ratio: 2),
  screen and (min-resolution: 192dpi),
  screen and (min-resolution: 2dppx) {

  img { height: 1252px; max-height: 90%;}
}