div.background {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    #-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

div.box {
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 500px;
}

div.main {
    padding-top: 8px;
}

div.contain {
    background: url(text.png) no-repeat left bottom fixed;
    background-image: url(text.png);
    background-repeat: no-repeat;
    background-align: left bottom;
    background-position: fixed;
}

div.old {
    margin: 0px;
    padding: 0px;
    position: absolute;
    display: table;
}

div.a3 {
    left: 262px;
    top: 0px;
    width: 200px;
    height: 200px;
}

div.t3 {
    left: 0px;
    top: 50px;
    width: 254px;
    height: 100px;
    text-align: right;
}

div.a2 {
    left: 0px;
    top: 150px;
    width: 200px;
    height: 200px;
}

div.t2 {
    left: 208px;
    top: 200px;
    width: 254px;
    height: 100px;
}

div.a1 {
    left: 262px;
    top: 300px;
    width: 200px;
    height: 200px;
}

div.t1 {
    left: 0px;
    top: 350px;
    width: 254px;
    height: 100px;
    text-align: right;
}

div.t {
    _position: absolute;
    _top: 50%;
    display: table-cell;
    vertical-align: middle;
}

#a3:hover a.a3t {
    color: #ffffff;
}

#a2:hover a.a2t {
    color: #ffffff;
}

#a1:hover a.a1t {
    color: #ffffff;
}
