/* 
    Document   : style.css
    Created on : 03.Eyl.2013, 12:57:52
    Author     : makbash
    Description:
        Purpose of the stylesheet follows.
*/



#relative_div {
    margin-top: 0px;    

    overflow: hidden;
    position: relative;
    display: block;
}

.absolute_div {
    position: absolute;
    top: 0;
 margin: 0 auto;
    width: 95%;
    height: 100%;

}

.absolute_div.new 
{    
    top: 100%;
    
}

.content_div {
    display: none;
}