@font-face {
	font-family: FranKleinBold;
	font-style: normal;
	font-weight: normal;
	src: url('../font/FranKleinBold.ttf');
}

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body {
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div#boxHeader {
	background: rgb(245,166,64); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(245,166,64,1) 0%, rgba(241,136,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,166,64,1)), color-stop(100%,rgba(241,136,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(245,166,64,1) 0%,rgba(241,136,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(245,166,64,1) 0%,rgba(241,136,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(245,166,64,1) 0%,rgba(241,136,0,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(245,166,64,1) 0%,rgba(241,136,0,1) 100%); /* W3C */
	box-shadow: 0 -5px 5px -5px #000 inset;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a640', endColorstr='#f18800',GradientType=0 ); /* IE6-9 */
	height: 50px;
	width: 100%;
}

div#boxFooter {
	background: rgb(135,135,134); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(135,135,134,1) 0%, rgba(101,101,100,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,135,134,1)), color-stop(100%,rgba(101,101,100,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(135,135,134,1) 0%,rgba(101,101,100,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(135,135,134,1) 0%,rgba(101,101,100,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(135,135,134,1) 0%,rgba(101,101,100,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(135,135,134,1) 0%,rgba(101,101,100,1) 100%); /* W3C */
	box-shadow: 0px 2px 5px #000 inset;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878786', endColorstr='#656564',GradientType=0 ); /* IE6-9 */
	bottom: 0px;
	height: 100px;
	position:fixed;
	width: 100%;
}

img#imageLogo {
	display: block;
	position: absolute;
	right: 30px;
	top: 70px;
}

h1 {
	color: rgb(245,166,64); /* Old browsers */
	color: -moz-linear-gradient(top, rgba(245,166,64,1) 0%, rgba(241,136,0,1) 100%); /* FF3.6+ */
	color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,166,64,1)), color-stop(100%,rgba(241,136,0,1))); /* Chrome,Safari4+ */
	color: -webkit-linear-gradient(top, rgba(245,166,64,1) 0%,rgba(241,136,0,1) 100%); /* Chrome10+,Safari5.1+ */
	color: -o-linear-gradient(top, rgba(245,166,64,1) 0%,rgba(241,136,0,1) 100%); /* Opera 11.10+ */
	color: -ms-linear-gradient(top, rgba(245,166,64,1) 0%,rgba(241,136,0,1) 100%); /* IE10+ */
	color: linear-gradient(top, rgba(245,166,64,1) 0%,rgba(241,136,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a640', endColorstr='#f18800',GradientType=0 ); /* IE6-9 */
	font-family: FranKleinBold;
	font-size: 40pt;
	font-weight: normal;
	line-height: 40pt;
	margin: 18px 0px 0px 30px;
}

h1 span {
	color: rgb(135,135,134); /* Old browsers */
	color: -moz-linear-gradient(top, rgba(135,135,134,1) 0%, rgba(101,101,100,1) 100%); /* FF3.6+ */
	color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,135,134,1)), color-stop(100%,rgba(101,101,100,1))); /* Chrome,Safari4+ */
	color: -webkit-linear-gradient(top, rgba(135,135,134,1) 0%,rgba(101,101,100,1) 100%); /* Chrome10+,Safari5.1+ */
	color: -o-linear-gradient(top, rgba(135,135,134,1) 0%,rgba(101,101,100,1) 100%); /* Opera 11.10+ */
	color: -ms-linear-gradient(top, rgba(135,135,134,1) 0%,rgba(101,101,100,1) 100%); /* IE10+ */
	color: linear-gradient(top, rgba(135,135,134,1) 0%,rgba(101,101,100,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878786', endColorstr='#656564',GradientType=0 ); /* IE6-9 */
}

h2 {
	color: #a5a5a4;
	font-family: FranKleinBold;
	font-size: 15pt;
	font-weight: normal;
	line-height: 15pt;
	margin: 0px 0px 0px 30px;
	text-transform: uppercase;
}