/********************************************************************-*-c-*-*\
*               *                                                            *
*    #####      *  Giovanni Squillero, Ph.D.                                 *
*   ######      *  Politecnico di Torino - Dip. Automatica e Informatica     *
*   ###   \     *  Cso Duca degli Abruzzi 24 / I-10129 TORINO / ITALY        *
*    ##G  c\    *                                                            *
*    #     _\   *  Tel: +39-011090.7186  /  Fax: +39-011090.7099             *
*    |   _/     *  email: giovanni.squillero@polito.it                       *
*    |  _/      *  www  : http://www.cad.polito.it/staff/squillero/          *
*               *                                                            *
******************************************************************************
*                                                                            *
*  Copyright (c) Giovanni Squillero                                          *
*                                                                            *
\****************************************************************************/

#header
{
	width:100%;
}

#menu {
	float: right;
	right: 0;
	left: auto;
}

#law {
    clear: both;
    position: relative;
    z-index: 10;
    height: 1em;
    margin-top: -1em;
}

html, body, #container { height: 100%; }

body > #container { height: auto; min-height: 100%; }

#content { padding-bottom: 3em; }
