@charset "UTF-8";

body {
margin-top:0;
font-family:"HelveticaNeue-Light","Helvetica Neue Light",Helvetica,Arial,sans-serif;
}

#landing{
background:transparent url(../images/lp_banner.jpg) no-repeat top;
background-position:bottom;
display:block;
height:500px;
}

#landing-image{
background:transparent url(../images/lp_graph.gif) no-repeat scroll top;
background-position:center;
display:block;
height:221px;
}

a:link, a:visited{text-decoration:none;color:#666666;}
a:hover, a:active{text-decoration:underline;color:#ff6600;}

/* Contact Btn*/
a.btn-contact {
background:transparent url(../images/btn-contact.png) no-repeat scroll right top;
display:block;
width:130px;
height:30px;
text-indent:-9999px;
}
a.btn-contact:hover {
background-position:0 -30px;
}

