@charset "utf-8";
/* CSS Document */

body, html {
	         margin: 0;
			 padding: 0;
}

body {
	   font-family:Arial, Helvetica, sans-serif;
	   font-size: 12px;
	   color:#666666;
	   background: #006;
}

#page-container {
	              width: 98%;
				  background: #FFFFFF;
				  margin: auto;
}

#header {
	      width: 100%;
		  height: 150px;
		  background: #009900;
		  margin-top: 10px;
		  
}

#headerfundo {
               width: 980px;
			   height: 150px;
			   margin-top: -150px;
			   background: url(../backgrounds/head.gif);
}			   

#logo {
        position: absolute;
		width: 390px;
		height: 130px;
		top: 25px;
		left: 45px;
		background: url(../backgrounds/logo.gif);
		background-repeat: no-repeat;
}		

#subheader {
	       width: 100%
		   height: 10px;
		   background: url(../backgrounds/subheader.gif);
}

#menu {
	    float: left;
		
}

#content {
	       width: 98%
		   margin: auto;
	       padding: 10px;
	       text-align: center;
	       font-size: 12px;
}

.margin {
		   margin-left: 100px;
}

#footer {
	      clear: both;
		  height: 20px;
		  font-family:Arial, Helvetica, sans-serif;
	      font-size: 10px;
	      color: #666666;
		  border-top: 1px solid #efefef;
          padding: 10px 25px;
		  background: #006;
		  text-align: center;
}

#footer a {
	        color: #c9c9c9;
	        text-decoration: none;
}

#footer a:hover {
	              color: #930;
}

#count {
	position: absolute;
	width: 50px;
	height: 20px;
	margin-left: 20px;
	margin-bottom: 100px;
}
