@font-face {
    font-family: 'BebasNeue';
    src: url('../font/bebasneue_regular_macroman/BebasNeue-webfont.eot');
    src: url('../font/bebasneue_regular_macroman/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/bebasneue_regular_macroman/BebasNeue-webfont.woff2') format('woff2'),
         url('../font/bebasneue_regular_macroman/BebasNeue-webfont.woff') format('woff'),
         url('../font/bebasneue_regular_macroman/BebasNeue-webfont.ttf') format('truetype'),
         url('../font/bebasneue_regular_macroman/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#container{
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#signUpFooter{
	width:100%;
	height:100px;
	text-align:center;
}
#signUpFooter a:link, #signUpFooter a:visited, #signUpFooter a:active{
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#777;
	text-decoration:none;
}
#signUpFooter a:hover{
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#be0000;
	text-decoration:none;
}
#kiLog, #kiWebsite{
	width:100%;
	height:100px;
	text-align:center;
}

iframe{
	border:none;
}