body {background-image: url("images/background.png");
background-repeat: repeat-x;
margin:0;
}
p{
font-family: 'Open Sans', sans-serif;
color: #555;
font-size: 10pt;
}

a{
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

a:visited{
text-decoration: underline;
color:blue;
}

a:active,a:focus {
    outline: none;
}

h2{
color:#2a2a2a;
text-shadow: -1px 2px 3px #fff;

line-height: 2px;}

#cont {
margin: 0 auto;
width: 900px;
height: 800px;
}
#header{
width: 900px;
height: 215px;
text-align: center;
padding-top:35px;
}
#subheader{
font-family: 'Open Sans', sans-serif;
color: #555;
width: 900px;
height: 150px;
text-align: center;
margin-top:10px;
}
#block{
margin-top: 20px;

}

#end{
margin: 0 auto;
padding-top: 10px;
width: 900px;
height: auto;

text-align:center;
}
#footer{
width:100%;
height: 200px;
background-color: #b7dbeb;
margin:0;
}