import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);
body{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:300;
  background-color:lightblue;
  color:#FFF;
}
section{
  text-align:center;
}
.footer #ftbutton{
    width: 135px;
    height: 25px;
    border-top: #fff 1px solid;
    border-radius: 15px 15px 0 0;
    color: #222;
    margin: 0 auto -2px;
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    border-left: #fff 2px solid;
    border-right: #fff 2px solid;
    text-align: center;
    background: #eee;
    font-size: small;
    z-index: 200;
}
.footer {
	bottom:0;
	left:0;
	position:fixed;
    width: 100%;
    height: 2em;
    overflow:hidden;
    margin:0 auto;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	z-index:999;
}
.footer:hover {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	height: 6em;
}
.footer #ftcontainer{
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: #eeeeee;
    border-top: white solid 2px;
}
.footer #ftcont{
  position:relative;
}
.footer_center{
	width:100%;
	float:left;
}
.footer_left{
	position: absolute;
    width: 50%;
    font-size: small;
    padding: 0.4em 1em;
}
.footer_right{
	float:right;
    width: 50%;
    font-size: small;
    padding: 0.4em 1em;
	text-align:right;
}