
body {
	font-family: "Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
        background: url('risti.png');   
        background-repeat: repeat;
}

.button {
	position: relative;
        padding: 0.5em 1em;
        border: 0;
        background-color: #eee;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
        cursor: pointer;
        height: 40px;
        width: 200px;
}
.button:active,.active {
	top: 2px;
        left: 1px;
        background-color: #ccc;
        box-shadow: none;
}
#vidcontent {
        display: block;
        text-align: center;
}

#disclaimer {
        text-align: center; 
        color: #ccc; 
}

#nauhoitusdiv {
        text-align: center;
}

h1, h2 {
        letter-spacing: -1px;
        color: #2D5AC3;
        font-weight: normal;            
        margin-top: 0px;
        text-align: center;
}
