* { padding: 0; margin: 0; }



body {
font-family: "Trebuchet MS", monospace;
font-size: 10px;
text-align: center;
background-color: #2c4b67;
}

#bg {
position: fixed;
top:0;
left:0;
width:100%;
height:100%;
}

html #bg {
position: absolute;
}

#wrapper { 
margin: 0 auto;
width: 700px;
z-index:1;
position: relative;
}



#header {
color: #333;
width: 700px;
float: left;
/*height: 545px;*/
margin: 4px 0px 0px 0px;
}



.banner {
float: center;
margin-top: 0px;
}





a {
color: #669933;
text-decoration: none;
font-weight: 700;
}

a:hover{
color: #33CC33;
}




#piepag {
background: #00FF00;
background-image:url(../imgs/pie2.jpg);
width: 900px;
height: 92px;  
float: center;
}


#footer {
color: #7ba31a;
width: 700px;
padding: 12px;
text-align:center;
float: left;
padding: 0px;
height: 20px;
margin-top: 10px;
}

#footer a {

text-decoration:none;
	
color:#7ba31a;

}

#footer a:hover {
	
text-decoration:none;
	
color: #33CC33;

}
