#wraptab{
width: 100%;
margin: 0 auto;
}
.box{
background: #000;
}
.boxholder{
clear: both;
padding: 0px;
}

a.class1:visited {
color: #FFF;
text-decoration: none;
}
a.class1:active {
color: #0000FF;
text-decoration: none;
}
a.class1:hover {
color: #000;
text-decoration: none;
}


.tab{
float: left;
height: 20px;
margin: 0 10px -2px 10px;
text-align: center;
}


