html {
    min-height:100%;
    height:auto;
}

body {
    margin:0;
    min-height:100%;
    height:auto;
    background-image:url('../images/background.jpg');
    background-repeat:repeat;
}

body a{
    color: #808080;
    text-decoration:none;
}

#top {
    min-height:100%;
    height:auto;
    width:100%;
}

#content {
    position:absolute;
    width:90%;
    height:auto;
    margin-top:10%;
    margin-left:5%;
    margin-right:5%;
    padding-bottom:5%;
}

#content2 {
    position:absolute;
    width:96%;
    height:86%;
    margin-top:2%;
    margin-left:2%;
    margin-right:2%;
}

#bottom {
    background-color:black;
    height:40px;
    width:100%;
    position:fixed;
    bottom:0;
    opacity:0.9;
    filter:alpha(opacity=90); /* For IE8 and earlier */
}

#logo {
    position:absolute;
    left:2%;
    top:10%;
    font-family: Georgia,"Times New Roman",serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px
}

#menu {
    position:absolute;
    right:2%;
    top:25%;
    font-family: Georgia,"Times New Roman",serif;
    font-size: 12px;
    font-weight: bold;
    color: #808080;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px
}

/* For login menu */
.panel {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: #000000;
    border:1px solid #111111;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius:20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius:20px;
    width: 510px;
    height: 25px;
    padding: 5px 15px 30px 130px;
    filter: alpha(opacity=85);
    opacity: .85;
}

.panel p{
    margin: 0 0 15px 0;
    padding: 0;
    color: #cccccc;
}

.panel a, .panel a:visited{
    margin: 0;
    padding: 0;
    color: #9FC54E;
    font-size:14px;
    text-decoration: none;
    border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
}

a.trigger{
    position: fixed;
    text-decoration: none;
    top: 0px; left: 0;
    width: 40px;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 10px 40px 10px 7px;
    font-weight: 700;
    background:#333333 url(../images/plus.png) 85% 55% no-repeat;
    border:1px solid #444444;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius:20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius:20px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
}

a.trigger:hover{
    position: fixed;
    text-decoration: none;
    top: 0px; left: 0;
    width: 40px;
    font-size: 16px;
    letter-spacing:-1px;
    font-family: verdana, helvetica, arial, sans-serif;
    color:#fff;
    padding: 10px 40px 10px 7px;
    font-weight: 700;
    background:#222222 url(../images/plus.png) 85% 55% no-repeat;
    border:1px solid #444444;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius:20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius:20px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
}

a.active.trigger {
    background:#222222 url(../images/minus.png) 85% 55% no-repeat;
}

.panelLogged {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    border:1px solid #111111;
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius:20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-top-bottom-radius:20px;
    width: 410px;
    height: 10px;
    padding: 5px 15px 30px 130px;
    filter: alpha(opacity=85);
    opacity: .85;
}

.panelLogged tr{
    font-family:Georgia,serif;                                                                                                                
    font-size:23.5px;                                                                                                                         
    font-style:italic;
    color: #fff;
}

/* For login menu */


#announce {
    position: fixed;
    top: 0;
    right: 0;
    background: #CC6600;
    border-left:2px solid #A52A2A;
    border-top:2px solid #A52A2A;
    border-bottom:2px solid #A52A2A;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius:20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius:20px;
    width: 30%;
    height: 8%;
    filter: alpha(opacity=85);
    opacity: .85;
    display: none;
}

#announce a {
    position:fixed;
    color: #fff;
    margin-left:auto;
    margin-right:auto;
    width:30%;
    height: 8%;
    margin-top:1.5%;
    font-size:14px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-weight:bold;
}
