article, aside, figure, footer, header, hgoup, nav, section{ display: block;}


#main >div {
    float: left;
    overflow:hidden;
}
/*Auswahl wird grün
*/
::selection{ 
    background:#00FF00;
    color:#fff;
}