@charset "UTF-8";
/* CSS Document */
html, body {height: 100%; font-size:13px;}
html { 
  background: url(../images/article.png)no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow:hidden;
}
body {
  margin:0;
  color:#fff;
}
#whiteLine{
	position:relative;
	top:-30px;
	text-align:left;
	z-index:1000;
	background-color:#fff;
	width:100%;
	height:5px;
}
#textPlace{height:150px;
width:100%;
	position:fixed;
	bottom:0px;
	padding:30px 0px;
	display:block;
	text-align:center;
	background-color:red;
}
#imagePlace{
	width:100%;
	max-width:528px;
	margin:20px auto;
	text-align:center;
}
#mainText{
	font-family: 'Roboto', sans-serif;
}
#titleBIG{
	text-transform: uppercase;
	margin-bottom:15px;
	font-size:16px;
}
.logoScratch{
	position:relative;
	left:30px;
	top:-40px;
}
.btnPlace{
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:1000;
}
.btnFirstMargin{
	margin-right:10px;
}

