body, html {
    height: 100%;
    margin: 0;
	background-color: #CE5F03;
}

.bg {
    /* The image used */
    background-image: url("bg2.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.container{
    padding: 10px;
}
.header{

}
.vasen{
    background: rgba(249, 239, 17, 0.6);
    padding: 30px!important;
    min-width: 199px;
    text-align: justify;
    text-justify: inter-word;

}
.keski{
    background: rgba(255, 255, 255, 0.6);
    padding: 30px!important;
    min-width: 199px;
    text-align: justify;
    text-justify: inter-word;

}
.oikea{
    padding: 30px!important;
    min-width: 199px;
    color: white;
    background: rgba(255, 255, 255, 0.2);

}
.footer{
    padding: 10px;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
}
