body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.main-element{
	width:100%;
	height:100%;
	position:fixed;
}
.content{
    position:absolute;
    top:0px;
}
.content .title{
    position: absolute;
    bottom: 25px;
    color: white;
    font-size: 16px;
    left: 4%;
}
div.main-element.normal .title{
	position:fixed;
	left:7%;
	top:85%;
	color: #FFF;
	font-size:16px;
}

div.main-element.normal .text{
	position: fixed;
	left: 70%;
	top: 85%;
	width: 30%;
	color: #d82129;
	font-size:12px;
}
span.inner-text{
	margin-top: 25px;
	display: block;
}
div.bottom-banner{
	top: 0%;
	width: 100%;
	height: 120px;
	background: #FFF;
}
div.bottom-banner div.left-text{
	float: right;
	margin-right: 6%;
	height: 100%;
	text-align:right;
}
div.bottom-banner div.logo{
	float: left;
	margin-top: 25px;
	margin-left: 5%;
}
div.clear-fix{
	clear:both;
}
        a:link {
	color: #d82129;
	text-decoration: underline;
}
a:visited {
	color: d82129;
	text-decoration: underline;
}
        a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
button.btn{
    font-size:12px;
}