html {
- background: #97a2aa url('bg.png') repeat;
+ color: black;
+ background: #97a2aa url('bg.png') repeat;
}
h2 {
padding-right: 10px;
padding-bottom: 15px;
min-height: 400px;
- background-color: rgba(255, 255, 255, 0.5);
+ background-image: url("white_transp.png");
border-bottom-style: solid;
border-bottom-width: 3px;
border-bottom-color: #014E9A;
#mainmenu a, .button {
color: white;
- text-decoration: none;
- background-image: url('btn_bg_blue.png');
+ background: #014E9A url('btn_bg_blue.png') repeat-x;
+ text-decoration: none;
height: 46px;
margin: 0px;
padding-top: 10px;
a {
color: #014E9A;
+ background-color: transparent;
}
#footer {