html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	padding: 0;
	font-family: 'Champagne&LimousinesRegular';
	line-height: 1.5;
	font-size: 16px;
	background: #fff;
	color: #000;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	width: 100%;
	height: 854px;
	background-image:url(../img/bg_big.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-smooth:always;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}
p img {
	float: left;
	margin: 0 10px 5px 0;
	padding: 0;
}
img {
	border: 0;
	max-width: 100%;
}
/**/
header {
	height: 280px;
	margin: 0 auto;
	position: relative;
	width: 810px
}
header .logo {
	float: left;
	height: 67px;
	left: 20px;
	position: relative;
	width: 165px;
}
header .logo a {
}
header .topBtn {
	float: right;
	position: relative;
	right: 20px;
}
header .topBtn a {
	background-color: white;
	color: #416089;
	float: left;
	font-family: 'RexLightRegular';
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	letter-spacing: 0.8px;
	line-height: 32px;
	margin-left: 5px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 70px;
}
header .topBtn a:hover {
	color: #000000;
}
header .ribbon {
	height: 59px;
	margin: 0 auto;
	position: relative;
	top: 157px;
	width: 709px;
}
#wrapper {
	height:500px;
	width: 750px;
	position:relative;
	margin:0 auto;
}
#wrapper #main-content {
	position: relative;
}
#wrapper #main-content .textHolder {
	left: 20px;
	position: relative;
	top: 8px;
	width: 282px;
	float: left;
}
#wrapper #main-content .textHolder h2 {
	color: #416089;
	font-family: 'RexBoldBold';
	line-height: 14px;
	margin-top: 10px;
	padding: 0;
	font-smooth: always;
}
#wrapper #main-content .textHolder p {
	color: #416089;
    font-family: arial;
    font-size: 13px;
    line-height: 15px
}
#wrapper #main-content .textHolder a {
}
#wrapper #main-content .vidHolder {
	background-image: url("../img/Video.png");
	background-repeat: no-repeat;
	float: right;
	height: 238px;
	position: relative;
	right: 20px;
	top: 12px;
	width: 408px;
}
#wrapper #main-content .vidHolder iframe {
	left: 4px;
    position: relative;
    top: 7px;
}
#wrapper #main-content .share {
	height: 30px;
    position: relative;
    width: 803px;
    text-align: right;
    clear: both;
    padding-top: 10px;
}
#wrapper #end-content {
	float: left;
	height: 150px;
	left: 20px;
	margin: 0 auto;
	position: relative;
	top: 5px;
	width: 710px;
}
#wrapper #end-content hr {
	background-color: #416089;
	border-width: 0;
	color: #416089;
	float: left;
	height: 1px;
	line-height: 0;
	width: 100%;
}
#wrapper #end-content .panel {
	float: left;
	margin-right: 44px;
	position: relative;
	width: 207px;
}
#wrapper #end-content .panel h3 {
	color: #416089;
	float: left;
	font-family: 'RexBoldBold';
	font-size: 16px;
	left: -15px;
	position: relative;
	text-align: center;
	width: 236px;
	font-smooth: always;
}
#wrapper #end-content .panel .counter {
	background-image: url("../img/Grave.png");
	background-position: center top;
	color: white;
	float: left;
	height: 43px;
	line-height: 43px;
	margin-right: 1px;
	text-align: center;
	width: 28px;
}
#wrapper .endBtn {
	float: left;
	position: relative;
	text-align: center;
	width: 750px;
}
footer {
	background-color: white;
	height: 75px;
	position: relative;
	width: 100%;
}
footer .holder {
	height: 50px;
	margin: 0 auto;
	width: 810px;
}
footer .holder .credits {
	float: left;
    left: 20px;
    position: relative;
    width: 450px;
}
footer .holder .credits p {
	color: #416089;
    font-family: Tahoma;
    font-size: 13px;
}
footer .holder .credits a {
	font-weight:bold;
	color:#416089;
	text-decoration: none;
}
footer .holder .credits a:hover {
	color:#000000;
	
}
footer .holder .menu {
	position:relative;
	float:right;
}
footer .holder .menu ul {
    display: inline-block;
    list-style: none outside none;
    position: relative;
}
footer .holder .menu ul li {
	border-right: 1px solid #416089;
    display: inline-block;
    float: left;
    font-size: 13px;
    margin-right: 2px;
    text-align: center;
    width: 50px;
}
footer .holder .menu ul li a{
	color: #416089;
	text-decoration:none;
	}
footer .holder .menu ul li a:hover{color:#000000;}