html
{
height: 100%;
}

body
{
background: #000000 url('../images/background.jpg') no-repeat fixed center; 
margin: 0;
padding: 0;
height: 100%;
font-family: arial, sans-serif;
}

a:link
{
color: #FFFF00;
text-decoration: none;
}

a:visited
{
color: #FFFF00;
text-decoration: none;
}

.maincontainer
{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
min-height: 100%;
height: auto;
height: 100%;
}

.topsection
{
background: #000000;
height: 70px; /*Height of top section*/
text-align: center;
}

.contentcolumn
{
color: #FFFFFF;
min-height: 100%;
height: auto;
height: 100%;
font-size: x-small;
margin: 10px;
}

.topic
{
font-size: medium;
font-weight: bold;
font-variant: small-caps;
color: #0000FF;
}

.bandname
{
font-style: italic;
}

.innertube
{
margin: 10px;
}
