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

#video .image {
  width: 600px;
  height: 450px;
  cursor: pointer;
}
.hidden {
  display: none;
}


body {
  margin: 0;
  padding: 0;
  background: #1e1e1e url(images/bg.jpg) top center repeat-x;
  color: #EBE9ED;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 80%;
}
img {
  border: 0;
}
#container {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -320px;
  width: 622px;
}
#header {
  height: 100px;
}
#header h1 {
  padding: 0;
  margin: 0;
}
#header h1 a {
  display: block;
  position: absolute;
  top: 10px;
  left: -88px;
  width: 354px;
  height: 88px;
  background: transparent url(images/thehours-logo.gif) -9px -9px no-repeat;
  text-indent: -9999px;
}
#content {
  margin-top: 490px;
  line-height: 130%;
}

#video {
  position: absolute;
  top: 100px;
  left: 0;
  width: 618px;
  height: 468px;
  border: 1px solid #333;
  background-color: #000;
}
#video-inner {
  margin: 6px 0 0 6px;
  width: 604px;
  height: 454px;
  border: 1px solid #999;
}
#video-inner-inner {
  margin: 2px 0 0 2px;
}
#signup {
  display: none;

  margin: 50px 0 0 0;
  padding: 10px;
  border: 1px solid #666;
  position: relative;
}
#signup h2 {
  position: absolute;
  top: -22px;
  left: 197px;
  width: 200px;
  padding: 3px;
  font-weight: normal;
  font-size: 120%;
  text-align: center;
  background-color: #1e1e1e;
}

#buy {
  height: 80px;
  margin: 30px 0 10px 0;
  position: relative;
}
#buy .itunesuk {
  position: absolute;
  top: 0;
  left: 65px;
}
#buy .itunesusa {
  position: absolute;
  top: 0;
  left: 350px;
}
#buy a {
  display: block;
  width: 150px;
  height: 60px;
  padding: 6px 0 0 50px;
  background: #242424 url(images/buy-itunes-uk.jpg) 0 0 no-repeat;
  color: #e1e1e1;
  text-align: center;
  text-decoration: none;
  border: 1px solid #666;
}
#buy a strong {
  display: block;
  font-size: 130%;
  font-weight: normal;
}
#buy a span.country {
  display: block;
}
#buy .itunesusa a {
  background-image: url(images/buy-itunes-usa.jpg);
}
#buy a:hover {
  color: #EB458C;
  border: 1px solid #EB458C;
}





#links {
  height: 160px;
  margin: 30px 0 10px 0;
  position: relative;
}
#links .facebook {
  position: absolute;
  top: 0;
  left: 80px;
}
#links .myspace {
  position: absolute;
  top: 0;
  left: 340px;
}
#links a {
  display: block;
  width: 150px;
  height: 44px;
  padding: 6px 0 0 50px;
  background: #333 url(images/link-ms.jpg) 0 0 no-repeat;
  color: #000;
  text-align: center;
  text-decoration: none;
}
#links a strong {
  font-size: 130%;
  font-weight: normal;
}
#links .facebook a {
  background-image: url(images/link-fb.jpg);
}
#links a:hover {
  color: #fff;
}