﻿html {
	position: relative; 
    height: 100%;
	}
body {
	height: 100%;
	background: url("images/fon.jpg") repeat;
	margin: 0;
    font-size: 100%;
     }
#wrapper {	
	min-width: 100%;
	margin: 0;
	min-height: 110%;
	position: relative;
	padding-bottom: 10px;
	        }	
#header {
	border: 1px solid black; 
	background: #008000;
	color: #ffffff;
	min-width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;	
        }
#logo {
	position: absolute;
	top: 0;
      }
#articles {
    font-weight: 500;
    background: white;
	text-align: justify;
}	
.source {
    font-weight: 500;
	border: 0 solid black;
	margin-left: 20%;
	margin-right: 20%;
        }
.source ul li {
	font-weight: 700;
        }		        
section h1 {
    text-align: center;
   }
a {
	text-decoration: none;
   }	
ul {
   list-style-type: none;
   }   
section li a {
   color: #008000;
   text-decoration: none;
             }
section a:hover {
	color: #c00;
                }
.footer {
	position: absolute;	
	top:100%;
	min-width: 100%;
    text-align: center;
    padding: 20px;
	margin: 0;
    background: #dfffba;
     }
.menu {
	border: 0 solid black;
	margin: 0;
	padding: 5px;
	margin-left: 20%;
	margin-right: 20%;
	float: left;
      }
.menu ul li {
    float: left;
            }
.menu ul li a {
    padding: 10px 25px;	
              }
.icon {
	border: 0 solid black;
	margin: 0;
	padding: 0;
	margin-left: 20%;
	margin-right: 20%;
	float: left;
      }
.icon ul li {
    float: left;
            }
.icon ul li a {
    padding: 10px 10px;	
              }
section.links {
	width: 20%;
	position: absolute;
	top: 1px;
       }
.links_bottom {
	width: 20%;
	position: absolute;
	top: 120%;
       }
.links h4 {
    text-align: center;
}
.im {
    float: left;
    margin-right: 11px;
    margin-top: 11px;
    margin-bottom: 11px;
    }
.article {
    position: absolute;
    top: 35%;
    left: 80%;
         }
.time {
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 7%;
    left: 85%;
         }	
	
	
			 