/* custom template */
html, body {
   height: 100%;
   font-family: 'Source Sans Pro', sans-serif;
   font-weight: 400;
   font-size: 14px;
   color:#555555;
   padding-top: 70px;
   padding-bottom: 670px;
   background: #474747 url(../images/bg.png);
}


.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

h1,h2,h3 {
   font-family: 'Source Sans Pro', sans-serif;
   font-weight:800;
   font-size: 54px;
	color: #AAAAAA;

	text-shadow: 0px 2px 3px #555;
}

h2 {
    font: 70px Tahoma, Helvetica, Arial, Sans-Serif;
    text-align: center;
    color: #222;
    text-shadow: 0px 2px 3px #555;
}




