.logo{
    text-align: center
}
.tabs td{
    text-align: center;
    padding: 0px;
    border-spacing: 0px;
}
.tabs table{
}
.tabs{
    text-align:center;
}

img{
    border: 0;
}

.text{
    text-align: left;
    margin: 10px;
    color: black;
}

.main{
    background-image:url('bg.png');
    background-repeat: repeat-x;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0in;
    margin-right: 0in;
    background-position: bottom;
}

body{
    background-color: white;
}

.info {
    text-align: center;
}

div.button {
    background-repeat: no-repeat;
    background-image: url('button.png');
    width: 152px;
    height: 55px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

div.button a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

div.button a:hover {
    color: yellow;
}

