#main {
width: 800px;
position: relative;
margin: 0 auto;
display: block;
background-color: #FFF;
font-family: verdana, arial, serif;
text-color: #000000;

}

#header {
position: absolute;
width: 800px;
height: 160px;
background-image: url(../images/headerbge.jpg);
background-repeat: no;

}

a.corners {
position: absolute;
width: 50px;
height: 80px;
}

a.corners#topleft {
position: absolute;
top: 0px;
left: 0px;
background-image: url(../images/button_finflag.jpg);
background-repeat: no;
}

a.corners#bottomleft {
position: absolute;
top: 80px;
left: 0px;
background-image: url(../images/button_engflag.jpg);
background-repeat: no;
}

a.corners#topright {
position: absolute;
top: 0px;
right: 0px;
background-image: url(../images/button_home.jpg);
background-repeat: no;
}

a.corners#bottomright {
position: absolute;
top: 80px;
right: 0px;
background-image: url(../images/button_favorite.jpg);
background-repeat: no;
}

a.links {
position: absolute;
width: 100px;
height: 12px;
top: 133px;
}

a.links#etusivu {
position: absolute;
left: 50px;
}

a.links#kohteet {
position: absolute;
left: 170px;
}

a.links#hosting {
position: absolute;
left: 295px;
width: 200px;
} 

a.links#ehdot {
position: absolute;
left: 520px;
}

a.links#yritys {
position: absolute;
left: 630px;
}

#contentleft {
position: absolute;
width: 370px;
height: 400px;
top: 160px;
left: 25px;
background-color: #FFF;
overflow: hidden;

}

a.contentleft#top {
position: absolute;
width: 370px;
height: 20px;
top: 0px;
left: 0px;
background-image: url(../images/blue_top.gif);
background-repeat: no;
overflow: hidden;
}

#textcontent {
height: 100%;
background-color: #bce0f9;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
font-size: xx-small;
font-color: #000;
}

a.contentleft#bottom {
position: absolute;
width: 370px;
height: 20px;
top: 380px;
left: 0px;
background-image: url(../images/blue_bottom.gif);
background-repeat: no;
overflow: hidden;
}

#contentright {
position: absolute;
width: 370px;
height: 400px;
top: 160px;
left: 405px;
background-color: red;
overflow: hidden;
}


a.contentright#top {
position: absolute;
width: 370px;
height: 20px;
top: 0px;
left: 0px;
background-image: url(../images/blue_top.gif);
background-repeat: no;
overflow: hidden;
}

a.contentright#main {
position: absolute;
width: 370px;
height: 360px;
top: 20px;
left: 0px;
background-color: #bce0f9;
overflow: hidden;
}

a.contentright#bottom {
position: absolute;
width: 370px;
height: 20px;
top: 380px;
left: 0px;
background-image: url(../images/blue_bottom.gif);
background-repeat: no;
overflow: hidden;
}


#footer {
position: absolute;
top: 570px;
left: 25px;
width: 750px;
height: 20px;
background-image: url(../images/footerbg.gif);
background-repeat: no;
overflow: hidden;
text-align: center;
font-size: x-small;
line-height: 20px;
}

h1{
color: #000;
font-weight: bold;
font-size: xx-small;
font-family: verdana, arial, courier;
}

h2{
font-weight: normal;
color: #000;
font-size: xx-small;
font-family: verdana, arial, courier;
}

h3{
color: #000;
font-weight: bold;
font-size: small;
font-family: verdana, arial, courier;
}