body {
background-color: #142e48;
background-image: url('../images/fyr.png');
background-repeat: no-repeat;
background-size:cover;
overflow-x:hidden;
text-align: left; 
width: 100%; 
height:100%;
font: normal 13px "Arial", Helvetica, sans-serif;
background-position:top left;
}

a img {border:none; }

h3 {
color:#142e47;
font: bold 16px "Arial", Helvetica, sans-serif;
background-color:#dadfe4;
padding-left:10px;
margin-left:-5px;
}

h4 {
color:#142e47;
font: bold 17px "Arial", Helvetica, sans-serif;
}

#container {
margin-top:-1.9em;
margin-left:auto;
margin-right:auto;
width:860px;
height:auto;
}

#header {
background-image:url('../images/logo.png');
background-repeat:no-repeat;
height:92px;
width:100%;

}

#nav {
background-image:url('../images/bg.png');
background-repeat:repeat-y;
height:10px;
width:862px;
}

#nav table {
margin-left:23px;
margin-top:-18px;
}

#content {
margin:0;
background-image:url('../images/bg.png');
background-repeat: repeat-y;
margin-right:auto;
margin-left:auto;
color:#525252;
}

.block {
width:770px;
padding-left:40px;
margin-top:40px;
}

#footer {
background-image:url('../images/footerbg.png');
background-repeat:no-repeat;
height:90px;
width:862px;
}