body{ position:  relative; height: auto !important; height: 100%; min-height: 100%; }
html{ height: 100%; }


#cont{
margin: auto;
    width: 1200px;
}
#block{
    float: left;
    margin: 5px;
    padding: 5px;
    width: 350px;
    height: 166px;
    border: 1px  #C0C9DE solid;
    overflow:hidden;
    background-color: #121623;
    overflow: hidden;
}
#block h2{
margin:0px;
margin-bottom:5px;
padding-left:3px;
background-color:#C0C9DE;
height:28px;
overflow:hidden;
font-style:normal;
font-family: centure, monospace;
}
#block a{
color:#333333;
text-decoration: none;
}
#block a:hover{
color:#F5F5F5;
text-decoration: none;
}
#block .pic{
    float:left;

    margin-right:3px;
}
#block p{


    font-family: centure, monospace;
    font-size:12px;text-align: left;color:#333333;
}
#header
{
    width:1095px;
    text-align:center;
    font-family:centure, monospace;color:#333333 ;
	background-color:#C0C9DE;
	border-size:1px ;
	border-color: #121623;
	border-style:solid;
    margin: 5px;
    padding: 5px;
}
#footer
{
    float: left;
    margin: 5px;
    padding: 5px;
    width: 90%;
    position :relative;
    top:0px;
    
    overflow:hidden;


}

#footer a{
color:#333333;

text-decoration: none;
}
#all {position: absolute; top:80px; height: 100%;}
