/* Body Elements */

html{height:100%;}

body {
height:100%;
background-color:#000;
margin:0;
color:#ececec;
font-size:.75em;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.5em;
background:#000 url("images/sonicyouth.jpg") 50% 0 no-repeat;
background-attachment:fixed;


}
.unselectable {
    position: fixed;
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}

#main {
width:685px;
overflow:hidden;
margin:32px auto;
position:relative;
background:transparent;
}


#bd{
background:#000;

    overflow:hidden;
    padding:0px;
    width:2000px;
    height:2000px;
    position:absolute;top:0;left:0;
    
    z-index:-1;
    
}





.test {opacity:0.7;
    filter:Alpha(opacity=70);}
    


.testHov {opacity:0;
    filter:Alpha(opacity=0);}

.menu {
position:relative;
float:left;
width:188px;
height:332px;
padding-top:13px !important;padding-top:12px;
padding-right:40px;
text-align:right;
}

.menu ul {
list-style-type:none;
}

.menu li {
padding-bottom:10px;
}

.logo1 {
font-family:Verdana, Arial, Helvetica, sans-serif;

font-weight:lighter;
font-size:2.3em;
color:#dfffa8;
}

.logo2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:2.5em;
color:#adf522;
}

.content {
position:relative;
float:right;
padding:6px 15px 15px 15px !important; padding:16px 15px 15px 15px;
width:427px;

}

#footer {
clear:both;
line-height:3px;
background-color:#000;
width:675px;
height:9px;
padding:5px 10px 7px 2px;
margin:0 auto;
color:#666;
font-size:.8em;
text-align:right;
}



/* Text Effects */
a {
text-decoration:none;
}

#footer a {
color:#999;
}

a:hover {
text-decoration:underline;
}

h1 {
color:#adf522;
font-size:1.5em;
}

h2 {
color:#adf522;
font-size:1.25em;
}

h3 {
color:#adf522;
font-size:1.25em;
font-weight:normal;
margin-bottom:5px;
}

/* Element Effects */
input, select, textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
width:350px;
color: #fff;
background: #000;
}

input:hover, select:hover, textarea:hover {
background: #333;
}

form {
width:350px;
margin:0 auto;
}

blockquote {
width:90%;
margin:0 auto;
margin-bottom:20px;
border-color:#999;
border-width:1px;
border-style:solid;
background-color:#333;
padding:0px 15px 0px 15px;
}

hr {
width:98%;
height:0;
border:0;
}

img{
border:0px;
}

a{
color:#dfffa8;
}

input, select, textarea {
border: 1px solid #666;
}

hr {
border-top:1px solid #fff000;
}