* {margin: 0; padding: 0;}

.center {
	margin: 0px auto;
	width: 925px;
}
body {
	background-color:#000;
    font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
    color: #410;
}
a img {
    border: 0;
}
a {color: #fff;}
p {
	margin: 0 0 .5em 0;
	color: #FFF;
}
ul {
	list-style: none;
	color: #FFF;
}
#content {
    background: #000 url(../i/home_logo.gif) no-repeat;
    margin: 0 auto;
	margin-top: 25px;
	width: 800px;
  /*  padding: 2em;*/
    position: relative;
  /*  text-align: left;*/
   
}
#content:after { content: " "; display: block; visibility: hidden; clear: both; height: 0.1px; font-size: 0.1em; line-height: .1px; }
#email {
    text-align: right;

}
#music {
    text-align: right;
  /*  margin: 0 140px 10px 0; */           
}
#bio {
  
    width: 780px;
    padding: 10px 10px 5px;
  margin: 15px 10px 10px;
    background-color: #660;
}        
#gallery {
    margin-top: 10px;
}
.viewer {
	width: 900px;
	height:600px;
}

#home #logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    height: 700px;
    margin-left: -200px; /* half of width */
    margin-top: -350px;  /* half of height */
}
#home #logo-inner {
    display: block;
    position:absolute;
    left: 50%;
    top :50%;
    width: 400px;
    height: 700px;
    margin-left: -200px;  /* half of width */
    margin-top: -350px;   /* half of height */
    text-align: center;
}
#footer {
	width: 790px;
	margin-left: 15px;
	clear:both;
	color: #CCC;
}
