/* index.htm tyylitiedosto */

body {
 margin-bottom: 0px;
 margin-left: 0px;
 margin-top: 0px;
 padding: 0px;
}

#keskitys {
 margin: 0px auto;
 padding: 0px;
 width: 897px;
}

#ylakulma {
 background-image: url("yk_logo.jpg");
 width: 147px;
 height: 100px;
 float: left;
}

#otsikko {
 background-image: url("logo.jpg");
 background-repeat: no-repeat;
 background-color: #D50000;
 width: 750px;
 height: 100px;
 float: left;
}

#valipalkki {
 background-color: #000000;
 width: 897px;
 height: 13px;
 float: left;
}

#linkkipalkki {
 width: 147px;
 height: 500px;
 float: left;
}

#linkit {
 margin-top: 10px;
 width: 130px;
 height: 300px;
 position: relative;
 z-index: 2;
}

#tekstialue {
 background-color: #E0E0E0;
 width: 750px;
 min-height: 500px;
 float: left;
}

#sisennys {
 margin-top: 10px;
 margin-left: 10px;
 background-color: #E0E0E0;
 width: 740px;
 min-height: 490px;
 position: relative;
 z-index: 2;
}

#alapalkki {
 background-color: #000000;
 width: 898px;
 height: 50px;
 float: left;
}

#mainos {
 margin-top: 10px;
 margin-left: 20px;
 background-image: url("newline.jpg");
 background-repeat: no-repeat;
 width: 130px;
 height: 150px;
 position: relative;
}

a:link {
 color: #D50000;
 text-decoration: none;
 font-family: verdana;
}

a:visited {
 color: #D50000;
 text-decoration: none;
 font-family: verdana;
}