*{margin:0;padding:0;}
html, body{
 width:100%;
 height:100%;
 min-width:1000px;
 background:url('/core/img/pskov4.jpg') no-repeat;
}
 body {
 font-family: "Bitstream Vera Sans", Helvetica, Verdana,  sans-serif;
 font-size: .75em;
 }
#page{
 position:absolute;
 top:0;bottom:0;right:0;left:0;
 min-width: 950px;
}
.note{
 border:1px solid #ddd;
 margin:2% 7% 0 20px;
 width:55%;
 float:right;
}
.text{
 position:relative;
 padding:10px;
}
.sid{
 border:1px solid #ddd;
 margin:2% auto 0 7%;
 width:260px;
 float:left;
 position:relative;
 min-height:500px;
 height:500px;
}
 a{
 text-decoration:none;
 color:#000;
 border-bottom:1px dashed;
}
a:hover{
 text-decoration:none;
 color:#000;
 border-bottom:1px dashed #ddd;
}