.menu
{
    height: 60px;
}


/* mobile/pc */
@media (min-width: 1200px) 
{
    #MAIN_CONTENT
    {
        top: 120px;
    }
}