.nav {
background-color: #dddddd;
position: fixed;
z-index: 1;
top: 0px;
left: 0px;
width: 100%;
height: 44px;
border-bottom: thin solid;

}

a {
color: #000000;
}

.content {
background-color: #eeeeee;
position: absolute;
top: 45px;
left: 0px;
width: 100%;
height: 100%;
}


body{

background-color: #eeeeee;
}


.ads
{
position: absolute;
top: 45px;
right: 0px;
}

.footer {

background-color: #dddddd;
position: fixed;
z-index: 1;
bottom: 0px;
left: 0px;
width: 100%;
height: 44px;
border-top: thin solid;
}

