@charset "utf-8";

body, html {
background-attachment : fixed;
background-color : #000000;
background-image: url(../images/bg.png);
background-position:top center;
background-repeat:no-repeat;
color : #ffffff;
font-family :Tahoma, Geneva, sans-serif;
font-size : 11px;
margin : 0;
padding : 0;
text-align : center;
}
div {
border-width : 0;
margin : 0;
padding : 0;
text-align : left;
}
hr {
background : olive;
border : 0;
height : 1px;
}
img {
border : 0;
margin : 0;
padding : 0;
vertical-align : middle;
}
a:link, a:visited, a:active {
color : #f8f8f8;
font-weight : bold;
text-decoration : none;
}
a:hover {
color : #999999;
font-weight : bold;
text-decoration : underline;
}
h1 {
font-size : 14px;
font-weight : bold;
margin : 0;
}
h2 {
background-color : olive;
font-size : 12px;
font-weight : normal;
padding-left : 5px;
}
img_100 {
    filter:alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
  }

/* © E. Knyazev, 2009 */
