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

a.cta{
display:block;
position:fixed;
bottom:60px;
right:0;
width:240px;
height:60px;
line-height:60px;
background-color:#CC0033;
color:#FFF;
text-align:center;
font-size:14px;
z-index:100;
}

@media only screen and (max-width: 640px) {

a.cta{
bottom:50px;
right:0;
width:188px;
height:50px;
line-height:50px;
}

#copyrightArea{
padding-bottom:120px;
}


}