/* COMMON */
html{
    background-image:url("images/background.jpg");
    background-position:center;
    background-repeat:repeat-y;
    font: 15px Arial;
}

img{
    border:none;
}

iframe{
    width:860px;
    height:500px;
    margin-left:70px;
    border:none;
}

p{
    text-align:justify;
}

fieldset{
    max-width:885px;
    margin:auto;
}
legend{
    color:black;
    font-variant:small-caps;
    font-weight:bolder;    
}

/*!! CLASS !!*/
.inc{
    margin-left:10px;
    margin-right:10px;
    margin-top:20px;
    margin-bottom:10px;
}

/* ID */
#root {
    margin:auto;
    width:1000px;
    /*max-width:790px;*/
    background-color:white;
    text-align:justify;
    /*border:1px solid black;
    border-bottom:none;
    border-top:none;*/
}

#top {
    position:relative;
    top:-10px;
    background-position:center;
}

#menu{
    position:absolute;
    top:75px;
    margin-left: 650px;
    z-index:1000;
}

#content {
    background-color:white;
}

#footer {
    margin-top:25px;
    text-align:center;
    font: 11px Helvetica;
    text-decoration:none;
    color:gray;
}
#footer a{
    text-decoration:none;
    color:gray;
}
#footer a:hover{
    color:black;
}

/*!! ID !!*/

