body{
font-family: Arial, Helvetica, sans-serif;
padding: 0;
font-size: 12px;
margin: 0 auto auto auto;
color: #000000;
}
a{
color: #059852;
text-decoration: none;
outline: 0;
}
img{
border:0
}
.clear{
clear: both;
}
.left{
text-align: left;
}
.right{
text-align: right;
}
.italic{
font-style: italic;
}
.red{
color: #F00;
}
.bold{
font-weight: bold;
}
.centered{
text-align: center;
}
.fl-left{
float: left;
}
.fl-right{
float: right;
}
p{
padding: 0 0 0 0;
margin: 0;
text-align: justify;
line-height: 18px;
color: #666666;
}
#wrapper{
width: 810px;
height: 700px;
margin: auto;
background-color: #FFFFFF;
}
#header{
position: relative;
margin: 0 auto;
display: block;
width: 810px;
height: 90px
}
#logo{
float: left;
width: 400px;
height: 100px;
}
#logo img{
float: left;
margin: 11px 0 0 5px;
}
#central-content{
width: 810px;
height: 585px;
padding: 0 0 0 0;
}
#topsign{
width: 810px;
height: 385px;
padding: 0 0 0 0;
float: left;
}
#bottomsign{
width: 810px;
height: 200px;
padding: 0 0 0 0;
float: left;
position: relative;
}
#bottomsign img{
position:absolute;
left:0;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
#bottomsign img.top:hover{
  opacity:0;
}
#footer{
width: 810px;
height: 25px;
padding: 0 0 0 0;
}
#footer-left{
width: 270px;
height: 25px;
float: left;
}
#footer-right{
width: 270px;
height: 25px;
float: right;
}
#footer-center{
width: 270px;
height: 25px;
float: left;
}