@charset "windows-1251";
/* CSS Document */
html {
height: 100%;
}
body {
height: 100%;
background-color:#F2D7A4;
background-image:url(images/top.bg.jpg);
background-position:top left;
background-repeat:repeat-x;
padding:0px;
margin:0px;
font-size:1em;
color:black;
font-family:Times, Georgia;
}
td, div {
color:black;
font-size:0.95em;
}
div.leftbg {
width:100%;
height:100%;
background-image:url(images/bg.left.gif);
background-position:top left;
background-repeat:repeat-y;
}
div.rightbg {
width:100%;
height:100%;
background-image:url(images/bg.right.gif);
background-position:top right;
background-repeat:repeat-y;
}
div.bottombg {
width:100%;
height:100%;
background-image:url(images/bottom.bg.gif);
background-position:bottom left;
background-repeat:repeat-x;
}
div.bottomleftimg {
width:100%;
height:100%;
background-image:url(images/bottom.left.gif);
background-position:bottom left;
background-repeat:no-repeat;
}
div.bottomrightimg {
width:100%;
height:100%;
background-image:url(images/bottom.right.gif);
background-position:bottom right;
background-repeat:no-repeat;
text-align:center;
vertical-align:middle;
}
a {
color:#700A19;
}
.subheader {
color:#be1578;
font-weight:bold;
}