body { 
	background-color: #ffffff; 
        color: #000000;
	}

a:link { 
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
} 

a:visited { 
	background-color: transparent; 
	color: #FF0000;
	text-decoration: none;
}

a:hover { 
	background-color: #ffff00; 
	color: #FF0000;
	text-decoration: none;
}

#content {
	background: url(bg-bomba-fade.jpg);
	background-color: transparent;
	color: #000000;
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-position: center bottom;
	margin-top: 220px;
	text-align: center;
}


#topbar {
width: 100%;
position: fixed;
top: 0;
left: 0;
background: #ffffff;
color: #000000;
font-family: Palatino;
font-size: large;
font-style: normal;
font-variant: small-caps;
font-weight: bolder;
text-align: center;
}

#topbar img {
margin-top: 3px;
margin-bottom: 0px;
}

#topbar a:link { 
	color: #000000;
	background-color: transparent;
	text-decoration: none;
} 

#topbar a:visited { 
	background-color: transparent; 
	color: #808080;
	text-decoration: none;
}

#topbar a:hover { 
	background-color: #F0FFFF; 
	color: #c0c0c0;
	text-decoration: none;
}

* html #topbar{ /*IE6 only rule, applied on top of the default above*/
position: absolute;
top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+0+"px" : body.scrollTop+0+"px");
