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

body {
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
background-image:url(images/bg.jpg);
background-position:center top;
background-repeat:repeat-x;
background-color:#000000;
}

.footer_white {
color:#FFFFFF;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.main {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
}

.main2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}







<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 6px; /*offset of tabs relative to browser left edge*/
font: 11px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 4px 25px; /*padding inside each tab*/
border-right: 1px solid black; /*right divider between tabs*/
color: white;
background: black; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #414141; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
border-right: 1px solid white; /*right divider between tabs*/
border-left: 1px solid white;
}

</style>

