/* style artisteille */

#container {
    position: absolute; /*Jos ei absolute niin ei keskellä ruutua?.Mut main.gif firefoxissa ei tuu*/
	margin: 0 auto;
	text-align:left;
	width:770px;
	background-image:  url(../images/main_artists.gif);
	background-repeat: repeat-y;
	/*background-color: #f8fca8; lumpeen kelt*/
	background-color: #FFFFFF;
	max-width:1000px;/*doesn't work in IE*/
  	min-width:450px;  /*doesn't work in IE*/
}

#about{
position:absolute; 
left:660px; 
top:265px; 
width:500px; 
height:332px;
background-color: rgb(251, 251, 251); 
z-index:22; 
padding-bottom:20px;
overflow: auto; 
visibility: visible;
}