body {
margin: 0px;
padding: 0px;
background: url('header.jpg') repeat-y;
background-color: #F3F4F3;
font-size: 10px;
color: #20262C;
font-family: verdana, arial, sans-serif;
}

#layout {
width: 620px;
height: 485px;
background: url('leiska.jpg') no-repeat;
position: absolute;
top: 20px;
left: 25px;
}

#content {
position: absolute;
width: 560px;
top: 250px;
left: 40px;

}

b { color: #162E4A }

a:link, a:visited {
color: #3A74B6;
text-decoration:none;
font-size: 10px;
font-family: verdana;
}

a:hover, a:active { 
text-decoration: none;
color: #24456B;
font-size: 10px;
font-family: verdana;
}