body {background-color : #000000;
background-image : url("../images/main_back_cyan.png"), url("../images/plitka_cyan.png");
-moz-background-size: 100%; /* Firefox 3.6+ */
-webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
-o-background-size: 100%; /* Opera 9.6+ */
background-size: 100%;
background-position: center, center;
background-attachment:fixed;
background-repeat: no-repeat,  repeat;
}
a img {border: none;}
a {text-decoration: none;}
a:link {color: black;}
a:visited {color: black;}
a:hover {color: green;}

mark1 {
    background: green;
      }


mark2 {
    background: orange;
      }

mark3 {
    background: skyblue;
      }


mark4 {
    background: yellow;
      }


mark5 {
    background: MediumVioletRed;
      }


mark6 {
    background: red;
      }

mark7 {
    background: blue;
      }



table { 
    width: 100%; 
    font: 10pt tahoma;
	text-align: center;
	}
	#col {
    text-align: left;
    }
	
th {
	border-collapse: collapse;
	border: 1px solid black;
	}

	h1 {
	font-size: 18pt;
	font-family: tahoma;
	font-weight: bold;
	text-align: left;
   }
   
   h2 {
	font-size: 14pt;
	font-family: tahoma;
	text-align: center;
   }
   
   h3 {
	font-size: 12pt;
	font-family: tahoma;
	text-align: left;
   }
   
   h5{
	font-size: 6pt;
	font-family: tahoma;
	text-align: left;
   }
   
   p {
   font: 10pt tahoma;
   text-align: left;
   }
   
   hr {
    color: #555; /*для IE */
    background-color:#555; /*для Firefox, Opera, Safari*/
    border:0px none;
    height:1px; /* высота 1px IE, Firefox, Opera, Safari */
    }
   
   .textlog   {
   font: 8pt tahoma;
   color: green;
   }
   
   .imgcenter   {
   display:block; 
   margin:0 auto;
   }
  
        
    #holder_main
	{
    relative: absolute;
	background-color: rgba(128, 128, 128, 0.3);
	margin: center;
	padding-left: 30px;
	width: 98%;
    height: 90%;
    }
    
	#left
	{
    background-color: rgba(128, 128, 128, 0.3);
    width: 28%;
	height: 88%;
	margin: 20px 0px 0px 0px;
    float:left;
	padding-left: 10px;
	position:fixed;
    }

    #right
	{
    width: 70%;
	height: 88%;
	float: right;
    margin: 20px 0px 0px 0px;
    text-align: right;
    }
	
	#left_text
	{
	position: relative;
	height: 87%;
	background-color: rgba(255, 255, 255, 0.3);
	margin: 7%;
	padding: 5%;
	overflow: auto;
	}
	
	#right_text_block
	{
	position: relative;
	background-color: rgba(128, 128, 128, 0.3);
	margin-top : 0%;
	margin-left : 3%;
	padding: 5%;
	font: 10pt arial;
	}
	
	ul#menu{
	position: relative;
	bottom: 0;
	width: 600px;
	height: 33px;
	background-image: url(../images/nav_background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border: none;
	list-style-type: none;
	padding-left: 0px;
	}
	
	ul#menu li, ul#menu li a{
		display: block;
		float: left;
		width: 120px;
		height: 33px;
	}
	