@import "header/header_normal.css"; /* Шапка страницы */
@import "navigation/navigation_normal.css"; /* Блок навигации */
@import "body/body_normal.css"; /* Содержание страницы */
@import "footer/footer_normal.css"; /* Подвал страницы */


body{   
    width  : 1024px;    
    margin: 0 auto;
    font-family: 'Geneva', sans-serif !important;
    /* зададим рамочку */
    border:1px solid #aaa;
    border-radius: 10px;
    --webkit-border-radius:10px;
    position: relative;
}

.body:after{
	content:'';
	display:table;
	clear:both;
}

div{
    margin-bottom: -4px !important;
    padding: 0  !important;
}


