* { margin: 0; padding: 0; }

html, body {
background-color: #f5f2ec;
width: 100%; height: 100%;
font-family: sans-serif;
font-size: 100%;
color: #000;
text-align: center;
}

#noflash {
width: 10px;
height: 50%;
margin-bottom: -200px;
float: left;
}

#noflash h1, #noflash p {
text-indent: -500em;
}

#wrapper {
background-color: #fff;
position: relative;
margin: 0 auto;
width: 800px; height: 400px;
clear: left;
}

a:focus { outline: none; }
div.clearer { clear: both; }
