body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.8em;
 text-align: center;
 background: #dcc791;
 background-image: url('images/tausta.jpg');
}

#headerkehys {
 width: 804px;
 height: 200px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 4px;
}

#headervasen {
 float: left;
 width: 400px;
 height: 200px;
 border-right: 2px solid #dcc791;
 background: #dcc791;
 background-repeat: no-repeat;
 background-position: top left;
}

#headeroikea {
 float:right;
 width: 400px;
 height: 200px;
 border-left: 2px solid #dcc791;
 background: #dcc791;
 background-repeat: no-repeat;
 background-position: top right;
}

.vasenlinkkikuva {
border: none;
float: left;
}

.oikealinkkikuva {
border: none;
float: right;
}

#sisaltokehys {
 clear:both;
 margin-left: auto;
 margin-right: auto;
 width: 804px;
 height: 600px;
}

#sisalto {
 color: #333;
 background: #e3d09e;
 background-repeat: no-repeat;
 height: 600px;
 min-height: 600px;
 overflow:auto;
 width: 800px;
 border-left: 2px solid #b59f66;
 border-right: 2px solid #b59f66;
}

* html #sisalto {
 background: #e3d09e;
 background-repeat: no-repeat;
 height: 600px;
}

#sisalto p {
 text-align: left;
 color: #333;
 margin-left: 20px;
 margin-right: 20px;
 margin-top: 20px;
 line-height: 125%;
 font-weight: bold;
}

.pieni {
 font-size: 0.7em;
}

a {
 color: red;
}

.linkkikuva {
 border: 1px solid #000;
}

textarea,input,select {
background-color: transparent;
border: 1px solid #000;
}

option {
background: #e3d09e;
}
