html {
	min-height: 100%;
	height: auto;
}
body {
    margin:0px;
    padding:10px 0px 10px 0px;
    font-family:Georgia,Arial,Tahoma,Verdana,sans-serif;
    font-size:0.7em;
    background:#A2A2A2;
    text-align:center;
    color:#000;
}

a { color:#000; text-decoration:none; }
a:hover { color:#000; text-decoration:underline; }

form {
    margin:0px;
    padding:0px;
}
form,input,select,textarea,table {
    font-family:Georgia,Arial,Tahoma,Verdana,sans-serif;
    font-size:1em;
}

h1 {
    margin:0px;
    padding:72px 0px 70px 0px;
    background:url('../images/logo-intro.gif') no-repeat center 72px #FFF;
}
h1 a {
    display:block;
    height:178px;
}
h1 img { display:none; }
h1 a span { display:none; }

#body {
    width:850px;
    margin:0px auto;
    background:#DFDCD8;
    text-align:left;
    padding:0px 0px 5px 0px;
}

#body ul {
    margin:0px;
    padding:0px 0px 0px 290px;
    text-align:center;
    list-style:none;
    background:url('../images/bg-langs.gif') repeat-x top left #FFF;
    height:35px;
}
#body ul li {
    float:left;
    font-size:2em;
}
#body ul li.hover {
    background:url('../images/bg-hover-lang.gif') repeat-x top left;
    color:#000;
}
#body ul li a {
    display:block;
    color:#afaba8;
    text-decoration:none;
    padding:5px 20px 5px 20px;
}
#body ul li a:hover { color:#000; text-decoration:none; }

#bottom {
    width:850px;
    margin:0px auto;
    text-align:right;
    padding:5px 0px 10px 0px;
}
#bottom a { text-decoration:none; }
#bottom a:hover { text-decoration:none; }
#bottom img { border:none; }
#bottom p { display:none; }

.cleaner {
    visibility:hidden;
    clear:both;
    line-height:0.1em;
    height:0.1em;
    font-size:0.1em;
}
