
body { 
    font-family: Arial, 'Helvetica', sans-serif;
    font-size: 11px;
    line-height: 14px;
    background-image: url('flex_start_bg.gif');
    background-repeat: no-repeat; 
    background-position: 0px 35px;
}

a {
    background: url('link_arrow_01.gif') no-repeat left 1px;
    padding: 0px 0px 0px 14px;
    color: red;
    font-weight: bold;
    text-decoration: none;
    }

a:hover {
    background: url('link_arrow_02.gif') no-repeat left 1px;
    padding: 0px 0px 0px 14px;
    color: yellow;
    text-decoration: none;
    }

#enter {
    position: absolute;
    left: 275px;
    top: 400px;
    width: 200px;
    height: 100px;
    }
    
.enter-txt {
    background-color: white;
    position: absolute;
    left: 35px;
    top: 400px;
    width: 280px;
    height: 80px;
    padding: 10px;
    }