html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-family: 'LeagueGothicRegular', Arial, sans-serif;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


#wrapper{
position: absolute;
top:0;
left: 0;
bottom:0;
right: 0;
background: url(background.jpg) center center no-repeat;
background-size: cover;
}

#content{
overflow-y: scroll;
position: fixed;
width: 249px;
padding: 30px 76px 0 76px;
top: 0;
bottom: 0;
background: #95a085;
left: 15%;
}

#social{
margin-left: 85px;
float: left;
list-style: none;
}


#social li{
margin-right: 6px;
display: inline-block;
width: 31px;
height: 31px;
}

#social li:hover{
opacity: 0.50;
}


#facebook {
  background: url(social.png) 0px 0px no-repeat;
}

#twitter {
  background: url(social.png) -33px 0px no-repeat;
}

#logo{
background: url(eisley.png);
margin: 30px 0 30px 0;
float: left;
width: 249px;
height: 108px;
}

h2{
margin-top: 10px;
padding-bottom: 5px;
display: block;
color: #354144;
text-transform: uppercase;
font-size: 24px;
border-bottom: 1px solid #6e7a76;
}

h1{
margin-top: 10px;
display: block;
color: #e7dfbb;
text-transform: uppercase;
font-size: 36px;
line-height: 36px;

}

.superscript{
vertical-align: top;
font-size: 24px;
line-height: 24px;
}

h3{
margin: 15px 0 0 0;
display: block;
font-family: Verdana, Arial, sans-serif;
text-transform: uppercase;
font-size: 14px;
color: #464d4b;
font-weight: bold;
}

#tracklisting{

text-indent: 5px;
margin: 10px 0 0 30px;
}

#tracklisting li{
list-style: decimal-leading-zero;
font-family: Verdana, Arial, sans-serif;
color: #464d4b;
font-size: 14px;
margin: 5px 0 0 5px;
}

#oldsite{
display: inline;
margin: 20px 0 0 -40px;
float: left;
background: url(crustysite.png) center center no-repeat;
width: 134px;
height: 50px;
}
#oldsite:hover{
opacity: 0.7;
}

#tour{
display: inline;
margin: 20px -40px 0 0px;
float: right;
background: url(tourdates.png) center center no-repeat;
width: 134px;
height: 50px;
}
#tour:hover{
opacity: 0.7;
}

#evr{
opacity: 0.7;
background: url(evr.png) center center no-repeat;
width: 118px;
height: 207px;
position: absolute;
bottom: 0;
right: 0;
}