html { background: #fff url('bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}
body { background: url('whiteglow.png') no-repeat top center;font-family: Calibri, Verdana, Helvetica, sans-serif; color: #000; margin: 0 auto; padding: 0;}
table { padding-left:10px;text-align:left; margin-bottom:50px;}

#otsikko { font-size: 30px; margin-top:-58px; }
#otsikko2 { font-size: 30px; margin-top:-58px; }

#container{ width: 960px; display: block; text-align: center; font-size: 20px; line-height: 30px; margin: 0 auto; }
#tab{ margin-left: 220px;margin-top:-50px;}

.pieni { font-size: 16px; line-height:22px; margin-top: 15px;}

a:link { color: #000; text-decoration: none;}
a:active { color: #000; text-decoration: none;}
a:visited { color: #000; text-decoration: none;}
a:hover { color: #484848; text-decoration: none;}

img.shadow {-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5); -moz-box-shadow: 0 5px 10px rgba(0,0,0,.5); box-shadow: 0 5px 10px rgba(0,0,0,.5);
border-style:none;}


