body {
  margin: 0;
  border: 0;
  font-family: sans-serif;
  background: #505050;
  color: #FFFFFF;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }

#Header {
  cursor: pointer;
} 

p {
  margin-top:7px;
  margin-bottom:7px;
}

.header {
  position: relative;
  background: url(headerBack.png) #303030;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 30px;
  text-shadow: black 0px 1px 2px;
  color: white;
  border-bottom: 1px solid black;
}

.header a img {
  border: 0px;
}

.headerText {
  font-size: 24px;
  font-weight: bold;
  padding-right: 20px;
  padding-top: 1px;
}

hr {
  border: 0px;
  border-top: 1px solid #101010;
  border-bottom: 1px solid #909090;
  }


#Main {
  margin-top:-5px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}


#Countdown {
  position: relative;
  width: 280px;
  padding: 35px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

#Background {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#BackgroundTop {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 55px;
  background: url(backgroundTop.png) no-repeat;
}

#BackgroundMiddle {
  position: absolute;
  top: 55px;
  left: 0px;
  right: 0px;
  bottom: 40px;
  background: url(backgroundMiddle.png) repeat-y;
}

#BackgroundBottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 40px;
  background: url(backgroundBottom.png) no-repeat;
}

#CalTitle {
  position: relative;
  margin-bottom:10px;
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-shadow: black 0px 1px 2px;
}

#Calip {
  position: relative;
  margin-bottom:10px;
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-shadow: black 0px 1px 2px;
}


#update {
  position: relative;
  font-size: 11px;
  width: 280px;
  min-height:64px;
  padding:3px;;
  background-color:#ffffff;
  color: #333333;
  margin: 5px auto 0px auto;
  text-align: center;
}


