/* CSS Document */
* {
	margin: 0px;
}

body {
	font-family: fixedsys, monospace;
	font-size: 12px;
}

#container {
	width:960px;
	margin-right: auto;
	margin-left: auto;
}

#otsakuva {
	background-color:#3399FF;
	height:130px;
	/* voi keskittää kuvan myös text-align käskyllä */
	/* text-align: center; */
}

img.siirto {
	padding-left: 312px;
	padding-top: 5px;
}

#div1 {
	background-color: #C6E2FF;
	height: 100px;
	text-align: center;
	padding:8px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #3399FF;
}
#links {
	background-color: #C6E2FF;
	padding:8px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #3399FF;
}

#kuvat
{
    background-color: #C6E2FF;
    padding: 8px;
    text-align: center;
    border-bottom-width: medium;
    border-bottom-style: solid;
    border-bottom-color: #3399FF;
}

#stage4
{
    margin: 1em auto;
    width: 340px;
    height: 280px;
    padding-right: 340px;
}

#stage4 a {
    position: absolute;
}

#stage4 a img {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
}

#stage4 a:nth-of-type(1) {
    -webkit-animation-name: fader;
    -webkit-animation-delay: 6s;
    -webkit-animation-duration: 1s;
    -moz-animation-name: fader;
    -moz-animation-delay: 6s;
    -moz-animation-duration: 1s;
    -ms-animation-name: fader;
    -ms-animation-delay: 6s;
    -ms-animation-duration: 1s;
    z-index: 20;
}

#stage4 a:nth-of-type(2) {
    z-index: 10;
}

#stage4 a:nth-of-type(n+3)
{
    display: none;
}

@-webkit-keyframes fader {
    from { opacity: 1.0; }
    to   { opacity: 0.0; }
}

@-moz-keyframes fader {
    from { opacity: 1.0; }
    to   { opacity: 0.0; }
}

@-ms-keyframes fader {
    from { opacity: 1.0; }
    to   { opacity: 0.0; }
}


#songlist {
	background-color: #C6E2FF;
	padding:8px;
	text-align: center;
}





#soitin {
	padding-left: 240px;
}

#footer {
	background-color: #3399FF;
	height: 120px;
	text-align: center;
	padding:8px;
}



audio {
	color: 0000CC;
	display: inline;
	width: 200px;
	height: 35px;
	background: #E80000;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
