* { margin: 0; padding: 0; }

html, body { }
body { background: #e6e6e6; overflow: hidden; }
.cl { clear: both; }
.clL { clear: left; }

a:link,
a:active,
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }
a:focus { outline: none; }

#splash { width: 100%; text-align: center; height: 500px; z-index: 1; position: absolute; top: 0; left: 0; }

#showme { width: 100%; z-index: 2; position: absolute; top: 0; left: 0; display: none; }
#showme img { width: 100%; }