@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300);

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

body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #F84F27;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}

h1, h3, p{
	font-weight: 100;
}

.main{
	text-align: center;
	width: 100%;
	height: 260px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.logo{
	width: 200px;
	height: auto;
	margin: 0 auto;
}

.imgres{
	width: 100%;
	height: auto;
}

a{
	color: #ffffff;
}