body {
background-color: #ffecc3;
background-image:url("pics/logo.png");
background-repeat: no-repeat;
background-position: top center;
font-family: veranda;
font-size:14;
}

div.container {

background:url(pics/);
background-repeat: no-repeat;
background-position:;
margin: 0 auto;
}

div.header {
width: ;
height:;
margin: 0 auto;
background:url(pics/) no-repeat;
background-position: center;
text-align: center;
float: center;
}


div.sidebar {
width: 25%;
height: 85%;

top:100px;
border-right: 0px solid black;
background: url(pics/sidebar.png) no-repeat;
float: left;
padding: 5;
text-align: justify;
}

div.content {
width: 75%;
height: 85%;
border:none;
background: transparent;
padding: 5;
text-align: justify;
}

div.footer {
width: auto;
height: 10%;
border-top: 0px solid black;
padding: 3px 5px 0 5px;
text-align: center;
clear:both;
}