html {
  background: #CCCCCC url('../img/bg-html.jpg') repeat 0 0;
    width: 100%;
  height: 100%; 
}

body{
	font-family: 'Josefin Sans', sans-serif;
	margin:0;
	padding:0;
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

#intro {
  width: 100%;
  height: 100%;  
  background: transparent url('../img/intro-shadow.png') repeat 50% 50%;
  text-align: center;
  position: relative;
}

  #intro #enter {
    width: 140px;
    height: 600px;
    background: transparent url('../img/intro-on.gif') no-repeat 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -70px;  
  }
  
  #intro #enter:hover {
    background: transparent url('../img/intro-on.png') no-repeat 50% 50%;
  }

#page {
  width: 960px;
  margin: 20px auto;
  background: transparent url('../img/logo.png') no-repeat 145px 50px;
  overflow: hidden;
}

#home {
  width: 960px;
  margin: 50px auto;
  padding-left: 230px;
}

#navigation {
	width: 130px;
	height: 300px;
  float: left;
  top: 155px;
  position: absolute; 
}

  #navigation #main-menu {
  	font-family: 'Josefin Sans', sans-serif;
  	text-align: right;
    list-style: none;
  }

#navigation A {
  font-size: 20px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}

#navigation A:hover {
  color: #CCCCCC;
}

#content {
  position: relative;
  top: 150px;
  left: 175px;
  width: 710px;
  font-family: 'PT Mono', sans-serif;
  font-size: 110%;
  color: #999999;
  min-height: 400px;
  padding-bottom: 50px;
}

#content #music {
  overflow: hidden;
}

/*#content DIV {
  overflow: hidden;
}*/

  #content DIV H3 {
    margin-top: 5px;
  }

.album-desc {
  float: right;
  width: 340px;
  font-size: 75%;
}

.video-desc {
  padding: 20px 0;
  width: 710px;
  font-size: 75%;
  height: 200px;
  text-align: right;
}

  .video-desc H2 {
    font-size: 14px;
  }

#contact IFRAME {
  height: 400px;
  font-family: 'PT Mono', sans-serif;
}

#contact IFRAME input {
  color: #666666;
}

#footer {
  width: 820px;
  margin: 150px auto 50px auto;
  text-align: right;
  clear: both;
  overflow: hidden;
}

#news h3 {
	margin: 10px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}

#news h4 {
	margin: 5px 0 2px 0;
	font-size: 14px;
}

#news p {
	margin: 5px 0;
}