* {
	padding: 0px;
	list-style: none;
	text-decoration: none;
	margin: 0px;
	-webkit-appearance:none 
}

body{
	width: 100%;
	height: 1000px;
	background: url('../img/bodyBg.jpg') center center no-repeat;
	font-family: 'Raleway', sans-serif;
	background-size: cover;
	position: relative;
	border: 11px solid #f9a01b;
	overflow: hidden;
}

.no-padding {
	padding: 0px;
}

.leftArea {
	position: absolute;
	top: 90px;
	left: 170px;
	width: 50%;
}

.leftArea .logo {
	width: 100%;
	height: 98px;
	float: left;
	background: url(../img/logo.png) no-repeat left center;
}

.leftArea .refresh {
	width: 100%;
	float: left;
	color: #f9a01b;
	margin-top: 50px;
	line-height: 100px;
}

.leftArea .refresh .firstWord {
	width: 100%;
	float: left;
	font-size: 64px;
}

.leftArea .refresh .seccondWord {
	width: 100%;
	float: left;
	font-size: 64px;
	font-weight: bold;
}

.leftArea .infos {
	width: 100%;
	float: left;
	margin-top: 70px;
	font-size: 14px;
}

.leftArea .infos .title {
	width: 100%;
	float: left;
	font-weight: bold;
}

.leftArea .infos .address {
	width: 100%;
	float: left;
	color: #818285;
	font-weight: bold;
}

.leftArea .infos .contactNumber {
	width: 100%;
	float: left;
	color: #818285;
	font-weight: bold;
}

.leftArea .infos .contactNumber .phone {

}

.leftArea .infos .contactNumber .fax {

}

.leftArea .mail {
	width: 100%;
	float: left;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
}

.leftArea .mail a {
	color: #f9a01b;
	font-weight: bold;
	text-decoration: none;
}

.bottomLogo {
	position: absolute;
	bottom: 150px;
	right: -11px;
	width: 230px;
	height: 90px;
	background: url('../img/cassasLogo.png');
}