* {
    margin: 0;
    padding: 0; 
    line-height: 0;
    border: 0;
    
}

#global {
    position: relative;
    border: 1px solid #DDEDFA;
    
    margin-left: auto;
    margin-right: auto;
    
    width: 1000px;
    
    top:20px;
    
    _overflow: visible;
    _height: 1%;
    
    overflow:auto;
}

.left {
    float: left;
}

#baseline {
    position: absolute;
    bottom:0px;
    right: 0;
}

#title {
    position: absolute;
    top:0;
    right: 0;
}

#buttonsL {
    position: absolute;
    right: 285px;
    top:232px;
    width: 200px;
}

#buttonsR {
    position: absolute;
    right: 35px;
    top:232px;
    width: 200px;
}

#buttonsL a, #buttonsR a{
position: relative;
float: left;

margin-top: 4px;

}

