
body {
background:url(../_images/bg.jpg) repeat #000;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: black;
text-align: center;
}

#banner {
width: 100%;
background-color: green;
text-align: center;
-khtml-border-radius-topleft:10px;
-khtml-border-radius-topright:10px;
-khtml-border-radius-bottomleft:10px;
-khtml-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}

h2 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
font-size: 24px;
color: green;
text-transform: uppercase;
display: inline;
}

