﻿body 
{ background-color: Black; font-family: Arial, Helvetica, sans-serif; } 
.page { background-color: #000000; width: 780px; height: 100%; position: absolute; margin-top:0;
}
.main { background-color: #000; width: 800px; height: 95%;
        margin:20px; border-color: Red; border-width:thick; margin-top:0; }
.header-block { background-color: #000; width: 100%; height: 100px; margin-top:0;}
.header-block-centered { background-color: #000; width: 100%; height: 100px; margin-top:0; text-align: center; }
.hmenu-block { background-color: Blue; width: 100%; height: 25px; }
.footer-block { background-color: Yellow; width: 100%; height: 100px;}
.left { background-color: #000000; width: 200px; height: 300px; }
a 
{ color:Black;  text-decoration: none; }
    .style1
    {
        font-family: Arial, Helvetica, sans-serif; text-decoration: none;
    }
.clean-gray{
border:solid 1px #DEDEDE;
background:#EFEFEF;
color:#222222;
padding:4px;
text-align:center;
}
.clean-black{
border:solid 1px #DEDEDE;
background:#000000;
color:#FFFFFF;
padding:4px;
text-align:center;
}
