 /* header and footer */

header,footer,article,nav,section{

 float:left;

 padding:5px; 

}

header,footer{ 

 width:100%; 

}

header,footer{

 background-color:#00AFEF;

 color:#fff;

 text-align:right;

 height:6%; 

}

header{ 

 font-size:1.8em;font-weight:bold; 

}

header big{

 line-height:150%;

 vertical-align:bottom; 

}



footer{ 

 background-color:#999;

 text-align:center;

 height:40px;

}

footer a{ 

 text-decoration:underline;

 color:#fff;

 font-weight:bold; 

}
