
body {
	background: url("background.jpg") repeat-x #95A4BA;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
    background-color: #95A4BA;
    color:#567faa;
    font-family:Century Gothic,Arial;
    SCROLLBAR-FACE-COLOR: white;
    SCROLLBAR-HIGHLIGHT-COLOR: #a6caf0;
    SCROLLBAR-SHADOW-COLOR: #a6caf0;
    SCROLLBAR-3DLIGHT-COLOR: white;
    SCROLLBAR-ARROW-COLOR: #567faa;
    SCROLLBAR-TRACK-COLOR: white;
    SCROLLBAR-DARKSHADOW-COLOR: #567faa;
    SCROLLBAR-BASE-COLOR: #567faa;
}

a:link    { font-size:11pt; font-weight:bold; color:#567faa; text-decoration:none; }
a:visited { font-size:11pt; font-weight:bold; color:#567faa; text-decoration:none; }
a:hover   { font-size:11pt; font-weight:bold; color:#0000A0; text-decoration:underline;}
a:active  { font-size:11pt; font-weight:bold; color:#567faa; text-decoration:none; }

#page {
  position: relative;
  text-align: left;
  width: 770px;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0 auto;
}

#mush {
  position: absolute;
  width: 770px;
  height: 580px;
  top: 10;
  left: 0;
  padding: 0;
}