@charset "UTF-8";
/* CSS Document */

body {
  background: url(images/bgstripe1.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  color: #000;
  font: small Arial, Helvetica, sans-serif;
  width: 100%;
}

#wrapper {
  position: relative;
  top: 0;
  margin-right: auto;
  margin-left: auto;
  width: 850px;
}

#header {
  position: absolute;
  top: 50px;
  left: 20px;
}

#menu {
  position: absolute;
  top: 80px;
  left: 20px;
}

#main {
  position: absolute;
  top: 130px;
  width: 600px;
  height: 320px;
  background: url(images/mainbg.png);
  background-repeat: no-repeat;
  background-position: top left;
}

p {
  margin-left: 30px;
  margin-top: 5px;
  padding-top: 5px;
  margin-right: 10px;
}

#player {
  position: absolute;
  top: 130px;
  left: 620px;
  width: 230px;
  height: 190px;
  background: url(images/playerbg.png);
  background-repeat: no-repeat;
  background-position: top left;
}

#calendar {
  position: absolute;
  top: 240px;
  left: 620px;
  width: 230px;
  height: 210px;
  background: url(images/calendarbg.png);
  background-repeat: no-repeat;
  background-position: top left;
}