html{
	width:100%;
	height:100%;
	position: relative;
}

body{
	width:100%;
	height:100%;
	background-image:url(../img/background.png);
	background-size:cover;
	background-attachment:fixed;
	font-family: sans-serif;
	position:relative;
	font-size:15px;
	color:#575756;
}

/*------------------------------------------
HEADER
-------------------------------------------*/

header{
	width: 100%;
	height:100%;
	background-image:url("../img/mockup_marKcom_step_OK.jpg");
	background-size: cover;
	background-position:bottom;
	
}

.pad{
	padding: 20px;
}
.head_log{
	height: 80px;
}

header{
	height: 100%;
	position:relative;
	
}

header p {
	font-family: 'arial', sans-serif;
	font-size: 20px;
	line-height: 40px;
	width:auto;
	text-align: center;
	clear: both;
	padding-top:30px;
	color: white;
	}
.bold{
	font-weight:bold;
	font-size: 40px;
}
