html,body { /* Sivuston tausta */
	height:100%;
	text-align: center;
	background: #080808 url(../images/page_bg.jpg) repeat-x 0 top;
}

div#container { /* Sisältöalue */
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:780px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header { /* Header */
 	width: 780px;
 	float: left;
 	height: 190px;
	background: url(../images/header_bg2.gif) no-repeat 0 top;
}

div#content_new { /* tulevat esiintyjät */
	width: 780px;
	float: left;
	height: 295px;
}

div#content { /* muu sisältö */
	width: 780px;
	float: left;
}

div#content_all { /* muu sisältö */
	width: 780px;
	float: left;
	background-color: #080808;
}

div#contact { /* yhteystiedot */
	width: 780px;
	float: left;
	height: 40px;
	text-align: left;
	margin-top: 40px;
}

div#footer { 
 	width: 780px;
 	height: 21px;
 	clear: both;
 	text-align: left;
}

.logo {
	float: left;
	width: 760px;
	height: 150px;
	margin-top: 30px;
}

.bandimg_coming {
	float: left;
	width: 375px;
	height: 240px;
	background-color: black;
	margin-top: 20px;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
}

.bandname_coming {
	float: right;
	width: 370px;
	margin-top: 10px;
	text-align: left;
}

.bandplace_coming {
	float: right;
	width: 370px;
	margin-top: 2px;
	text-align: left;
}

.bandtext_coming {
	float: right;
	width: 370px;
	margin-top: 10px;
	text-align: left;
}

.page_coming {
	float: left;
	width: 14px;
	text-align: center;
	margin-top: 50px;
	margin-left: 9px;
	background-color: #613c00;
	border: 1px solid #774a00;
}

.link_coming {
	float: right;
	width: 370px;
	margin-top: 20px;
	text-align: left;
}

.textarea {
	width: 770px;
	float: left;
	text-align: left;
	margin-top: 35px;
	padding-left: 10px;
}

.textarea_all {
	width: 770px;
	float: left;
	text-align: left;
	margin-top: 20px;
	padding-left: 10px;
}

.texttitle {
	width: 770px;
	float: left;
	text-align: left;
	border-bottom: 1px solid #1d1508;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 35px;
}

.bandcontainer {
	width: 780px;
	float: left;
	text-align: left;
	border-bottom: 1px solid #1d1508;
	margin-top: 20px;
	padding-bottom: 20px;
}

.band_img {
	border: 1px solid #1d1508;
}

.bandimg_td {
	width: 132px;
	padding-left: 10px;
	vertical-align: top;
}

.band_text {
	width: 602px;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
}

.slideshow {
    position: relative;
    overflow: auto;
}

.simpleSlide-slide div{
	float:left; 
	display:inline-block; 
	/*opacity: 1; */
	position: relative;
	
	/*width: 557px;
	height: 282px;
	position: relative;*/
}

.simpleSlide-window {
	height:260px;
	width:780px; 
	/*position:relative; 
	overflow-x:hidden; 
	overflow-y:hidden;*/
	margin-top:15px; 

	/*border: 1px solid #FCF4F4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.simpleSlide-tray {
	width:3900px; 
	height:260px; 
}

.left-button {
    background-image: url(../images/left-arrow.png);   
}

.right-button {
    background-image: url(../images/right-arrow.png);
    right: 1px;
}

.left-button, .right-button {
    cursor:pointer;
    height:72px;
    position:absolute;
    width:50px;
    display: none;
    z-index: 9999;
    top:50%;
    margin-top: -36px;
}

.clear {
	clear: both;
	width: 100%;
}



