@font-face 
{
    font-family: helveticaNeue;
    src: url(../fonts/helveticaNeue.eot);
    src: local(helveticaNeue), url('../fonts/helveticaNeue.ttf') format('truetype');
}

body
{
	background-color:#fff;
	text-align:center;
	margin:0px;
	padding:0px;
	font: normal 14px HelveticaNeue;
	color:#020202;
}

a
{
	color: inherit;
	text-decoration: inherit;
}

#logo
{
	position:absolute;
	width:480px;
	height:140px;
	left:50%;
	top:50%;
	margin-left:-240px;
	margin-top:-70px;
	background-image: url('../img/smarty.png');
	background-size: 480px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#0f4aa0;
	padding-top:100px;
	box-sizing:border-box;
	font-size:22px;
}

#footer
{
	width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
	line-height: 30px;
}

