body{
margin: 0;
padding: 0;
background: #000;
background-image: url("img/tausta.jpg");
background-repeat: no-repeat;
}

html, body{
min-height: 100%;
height: 100%;
}

.textcontent{
width: 550px;
margin: auto;
padding-top: 20px;
}

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
line-height: 1.3em;
}

.lainaukset{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: italic;
color: #fff;
}

h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #fff;
padding-bottom: 10px;
padding-top: 10px;
text-decoration: underline;
}


h2{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #fff;
padding-top: 10px;
}

.picsright{
float: right;
clear: left;
padding: 5px 0px 20px 15px;
}


.picsleft{
float: left;
clear: right;
padding: 0px 15px 20px 0px;
}

img{
border: 0;
}


.space{
padding-bottom: 140px;
}


hr{
border: 0;
color: #074759;
background-color: #074759;
height: 1px;
clear: both;
margin-top: 20px;
}

#content{
width: 600px;
margin: auto;
background: #000;
border: 1px solid #074759;
}


a:link, a:visited{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #00ffff;
text-decoration: none;
}

a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #00ffff;
text-decoration: underline;

}

ul#nav{
  padding: 0;
  margin: 0;
  width: 600px;
  height: 40px;
  background-image: url("img/header.gif");
  background-repeat: no-repeat;
}


ul#nav li{
  list-style:none;
  float: left;
  padding-top: 13px;
}

	
ul#nav li a{
  display: block;
  height: 14px;
  clear: left;
}

	

ul#nav li a:link, ul#nav li a:visited{
height: 14px;
}



ul#nav li a:hover, ul#nav li a:active{
height: 14px;
}



li#etusivu{width: 104px;}
li#artistit{width:94px;}
li#liput{width:71px;}
li#yhteistyotahot{width:155px;}



.footer{
  margin: auto;
  width: 600px;
  height: 261px;
  padding-top: 0px;
  margin-top: 0px;
  background-image: url("img/footer.gif");
  background-repeat: no-repeat;
  background-position: bottom; 
}

