html, body {
   margin:0;
   padding:0;
   height:100%;
}

#container {
   min-height:100%;
   position:relative;
}

#header {
   background:#ff0;
   height:120px;
   background-image:url(header-bg.jpg);
}

#body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:59px;   /* Height of the footer */
   background-image:url(footer-bg.jpg);
   color:#FFFFFF;
}

#galeria {
	width:980px;
	margin: 0 auto;
}

.ac {
	width: 980px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
	padding-top: 22px;
}
#head_box {
	margin: 0 auto;
	width: 980px;
	padding-top:15px;
}


#head_box img { border: none; } 

#menu {
	float:right;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 68px;
}

#menu a { text-decoration: none; color: #000; }
#menu a:hover {
	text-decoration: underline;
	color:#993300;
}

#headpic { float:left; width:400px; }

