@font-face {
    font-family: 'bebasregular';
	src: url('../fonts/bebas-webfont.eot');
    src: url('../fonts/bebas-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas-webfont.woff') format('woff'),
         url('../fonts/bebas-webfont.ttf') format('truetype'),
         url('../fonts/bebas-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body
{
	top:0px;
	left:0px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: 'Century Gothic', 'Arial','Verdana', sans-serif;
	background-color: #000;
	height:100%;
}
td
{
	vertical-align:middle;
}
a
{
	text-decoration:none;
}

.header-section{
	background-color:#ffe701;
	height:50px; 
	padding:30px 20px;
}

.body-section{
	padding:10px 20px;
}

.regular-text
{
	color:#fff;
	font-size:16px;
	margin-top:15px;
	text-align:left;
}
.header-text
{
	font-family: 'bebasregular';
	color:#fff;
	font-size:30px;
	text-shadow:0px 1px 0px #e2ce00;
	margin-top:15px;
	text-align:left;
}
