@charset "UTF-8";
/* CSS Document */


body{ font-family: Arial, 'Helvetica', sans-serif; margin:0;}

#wrapper{ width:940px; margin:0 auto; padding:0 20px;}

#nav{ margin-top:-4px;}

ul{ list-style-type: none; margin: 0; padding: 0 10px; overflow: hidden; background-color: #034ea2;}

ul li{ float:left; color: #ffffff; padding: 10px 10px; }

ul li a{ font-family: Arial, 'Helvetica', sans-serif; display: block; color: #ffffff; text-align:center; text-decoration:none; letter-spacing:2px;}

ul li a:hover{color: #ed1c24;}

.label{ margin: 30px auto 10px;}

footer{  font-family: Arial, 'Helvetica', sans-serif; margin:0 auto; font-size:11px; text-align:center; color:#333333;}
			
.back-to-top {
                position: fixed;
                bottom: 2em;
                right: 32px;
                text-decoration: none;
                color: #000000;
                background:url(../images/backtop.png) no-repeat;
                /*background-color: rgba(235, 235, 235, 0.80);*/
                width:80px;
                height:80px;
                font-size: 12px;
                /*padding: 1em;*/
                display: none;
            }

            .back-to-top:hover {	
                background:url(../images/backtop_hover.png) no-repeat;
                -o-transition: all 0.5s linear;
                -moz-transition: all 0.5s linear;
                -khtml-transition: all 0.5s linear;
                -webkit-transition: all 0.5s linear;
                -ms-transition: all 0.5s linear;
                transition: all 0.5s linear;
            }	

			
			#animation {
				display:block;
				width:1000px;
				height:360px;
				position:absolute;
				z-index:10;
				top:700px;
			}