@font-face{font-family:'KreonRegular';src:url("kreon-regular-webfont.eot");src:url("kreon-regular-webfont.eot?#iefix") format('embedded-opentype'),
url("kreon-regular-webfont.woff") format('woff'),
url("kreon-regular-webfont.ttf") format('truetype'),
url("kreon-regular-webfont.svg#KreonRegular") format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'BebasNeueRegular';src:url("BebasNeue-webfont.eot?#iefix") format('embedded-opentype'),
url("BebasNeue-webfont.woff") format('woff'),
url("BebasNeue-webfont.ttf") format('truetype'),
url("BebasNeue-webfont.svg#webfontj1CI1MAi") format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'Lobster13Regular';src:url("Lobster_1.3-webfont.eot");src:url("Lobster_1.3-webfont.eot?#iefix") format('embedded-opentype'),
url("Lobster_1.3-webfont.woff") format('woff'),
url("Lobster_1.3-webfont.ttf") format('truetype'),
url("Lobster_1.3-webfont.svg#Lobster13Regular") format('svg');font-weight:normal;font-style:normal}



body{
	margin: 0;
	padding:0;
	background: url("../images/page.jpg") repeat scroll 0 0 #A1DEE7;
	font-family: "KreonRegular",sans-serif;
	font-size: 16px;
	color: #1F4E72;
	text-shadow: 1px 2px 0 rgba(0, 107, 138, 0.1);
	text-align:center;
}
a:hover,a:active,a{outline:none}


a{
	color: #178DC4;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h5 {
    font-size: 70px;
    line-height: 72px;
	font-family: "BebasNeueRegular",sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin :0;
} 

/* DOWNLOAD BUTTON*/
.download{
	width: 350px;
	height: 59px;
	position: relative;
}

.download a{
	width: 350px;
	height: 59px;
	cursor: pointer;
	background-image: url("../images/button.jpg");
	background-position: 0 0;
    background-repeat: repeat;
	display: inline-block;
	box-shadow: 0 0 5px 1px rgba(0, 107, 138, 0.2) inset;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
	margin: 0 auto;
	text-align: center;
	font-family: "BebasNeueRegular",sans-serif;
	font-size: 28px;
    line-height: 29px;
	color: #FFFFFF;
	text-shadow: 0 2px 0 rgba(0, 107, 138, 0.2);
}
.download a:hover{
	background-image: url("../images/ticket_body.jpg");
	box-shadow: 0 0 5px 1px rgba(0, 107, 138, 0.5) inset;
	color: #1F4E72;
	text-decoration: none;
}
.download em{
	color: #B0EDFF;
}
.download:hover em{
	color: #5DACC3;
	text-decoration: none;
}

.download_top{
	width: 300px;
	height: 59px;
	position: relative;
}

.download_top a{
	width: 300px;
	height: 59px;
	cursor: pointer;
	background-image: url("../images/button.jpg");
	background-position: 0 0;
    background-repeat: repeat;
	display: inline-block;
	box-shadow: 0 0 5px 1px rgba(0, 107, 138, 0.2) inset;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
	margin: 0 auto;
	text-align: center;
	font-family: "BebasNeueRegular",sans-serif;
	font-size: 28px;
    line-height: 29px;
	color: #FFFFFF;
	text-shadow: 0 2px 0 rgba(0, 107, 138, 0.2);
}
.download_top a:hover{
	background-image: url("../images/ticket_body.jpg");
	box-shadow: 0 0 5px 1px rgba(0, 107, 138, 0.5) inset;
	color: #1F4E72;
	text-decoration: none;
}
