html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fonts */
@font-face {
 font-family: 'BebasNeueRegular';
 src: url('../fonts/BebasNeue-webfont.eot');
 src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/BebasNeue-webfont.ttf') format('truetype'),  url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'ColaborateRegular';
 src: url('../fonts/ColabReg-webfont.eot');
 src: url('../fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/ColabReg-webfont.ttf') format('truetype'),  url('../fonts/ColabReg-webfont.svg#ColaborateRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
/* Body Structure */
html, body, #frmXenia {
	height: 100%;
	font-family: ColaborateRegular;
	font-size: 14px;
}
#container {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}
#top {
	height: 176px;
}
#bottom {
	position:relative;
	z-index: 100;
}
#bottom, .push {
	height: 30px;
}
/* Base Structure */
#header {
	width: 740px;
	position:relative;
	left: 50%;
	margin-left: -370px;
}
#header-nav {
	height: 38px;
	padding: 0 20px;
}
#header-logo {
	text-align: center;
}
#main {
	width: 740px;
	position:relative;
	left: 50%;
	margin-left: -370px;
}
#bottom-bottom {
	height: 30px;
	width: 700px;
	margin: 0 auto;
}
body {
	color: #fff;
	background-image: url(../images/bg_background.jpg);
	background-repeat: repeat;
	background-position: top left;
	background-color: #171717;
}
/* Intern Structure */
h1, h2 {
	font-family: BebasNeueRegular;
	font-size: 22px;
	margin-bottom: 7px;
	text-transform: uppercase;
	color:#ffffff;
	text-align:center;
}
p {
	font-family: ColaborateRegular;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	text-align:center;
}
a {
	color:#b0b0b0;
	font-family: ColaborateRegular;
	font-size: 14px;
	text-align: center;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.clearBoth {
	clear:both;
}
#content {
	margin: 0 20px;
	text-align: justify;
}
#footer-info, #footer-info p {
	padding-top: 2px;
	font-size: 14px;
	margin-bottom: 0;
}
#footer-info a {
	text-decoration: none;
}
#bottom {
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
}
#footer-info, #footer-info p, #footer-info a {
	color:#181716;
}
