body {
width: 100%;
height: 100%;
background-color: #323132;
color: #ecebe1;
margin: auto 0;
padding: 0;
}

html header, footer, nav, section, article {
display:block;
}



header#logo{

position: relative;
width:100%;
height: 80px;
background-color: #a90e13;
margin: 0;
padding: 5px 0;
}

article#main {
width:100%;

height: 60px;
position: relative;
background-color: #323132;
margin: 5px 0;
padding: 5px 0;

}
table{

width: 500px;
margin: 0 auto;
padding: 0;

}

header#logo article#main table tr td{

width: auto;
padding-right: 50px;

}

header#logo article#main table tr td a{
text-decoration: none;
border: none;
}

header#logo article#main table tr td a:hover{
text-decoration: none;
border: none;

}


section.title{
position: absolute;
margin-left: 300px;
margin-top: 100px;
z-index: 9;
}

section.title article ol{
color: #ecebe1;
}

section#sidetitle figure{
position: fixed;
margin-top: 50px;
margin-left: -5px;
}

section.subtitles{
position: relative;
margin-left: 150px;
margin-top: -220px;
z-index: 9;
}

section.subtitles article ol{
color: white;
list-style-type: decimal-leading-zero;
}

ol.bignumbers{
font-family: "Helvetica", arial, sans-serif;
font-size: 200%;
color: #600;

}

.normal{

font-family: "Helvetica", arial, sans-serif;
line-height: 160%;
font-size: small;
color: #444;

}

section.subtitles article ol li{
padding-bottom: 10px;

}

section.subtitles article ol li a{
text-decoration: none;
color: #ecebe1;
font-size: 180%;
border: none;

}

section.subtitles article ol li a:hover{
text-decoration: none;
color:  #a90e13;
border: none;

}


section#portfolio{

position: relative;
margin-left: 150px;
margin-top: -280px;
z-index: 9;
font-family: "Helvetica", arial, sans-serif;

}

section#portfolio article ul{

font-family: "Helvetica", arial, sans-serif;
list-style: none;
color: #ecebe1;
font-size: 80px;
line-height: 1;
}

 ul li a{

text-decoration: none;
color: #ecebe1;
border: none;

}

ul li a:hover{
text-decoration: none;
color:  #a90e13;
border: none;
}

article#music{
position: absolute;
margin-top: -50px;
margin-left: 20px;
}

a img{
border: none;
}


