body {
   margin:0;
   padding:0;
   font-family: Optima,'Gill Sans','Gill Sans MT',Verdana,Arial,Helvetica,sans-serif;
   font-size: 14px;

   background: #000000 url(bg.jpg);
}

H1 {
   margin: 0;
   padding: 0;
}

.big {
   font-size: 1.5em;
   font-weight: bold;
}
.center {
   text-align: center;
}
#clockDiv {
   position: relative;
   float: left;
}
#clock {
   position: relative;
   background-color: rgba(64, 32, 16, 1);
   border: 1em solid rgba(0,0,0,.35);
   border-radius: 1em;
   -moz-border-radius: 1em;
   -webkit-border-radius: 1em;
   margin: 2em;
}
#soundctl {
   margin-left: 2em;
   color: #bbb;
}
#toast {
   position:relative;
   float: left;
   padding: 2em;
   width: 30em;
   border: 1em solid rgba(255,255,255,.3);
   border-radius: 1em;
   -moz-border-radius: 1em;
   -webkit-border-radius: 1em;
   background: rgba(200,200,200,.8);
   font-size: 1.2em;
   font-style: italic;
   margin: 2em;
}

.shadow1 {
   box-shadow: 0px 1px 10px #818181;
   -webkit-box-shadow: 0px 1px 10px #818181;
   -moz-box-shadow: 0px 1px 10px #818181;
   filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
}
#history {
   clear: both;
   width: 65em;
   padding: 2em;
   border: 1em solid rgba(55,55,55,.3);
   border-radius: 1em;
   -moz-border-radius: 1em;
   -webkit-border-radius: 1em;
   background: rgba(255,255,255,.9);
   margin: 2em;
}
