@CHARSET "UTF-8";

*, html, body	{
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 100%;
	line-height: 17px;
	margin: 0;
	padding: 0;
}

body	{
	background: url(background_square.jpg) no-repeat center center;
	background-size: 100% 100%;
}

@media screen and (min-width: 769px) {
	body	{
		background: url(background.jpg) no-repeat center center;
		background-size: cover;
	}
}

h1	{
	display: none;
}

h2	{
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}

a	{
	color: #000;
	text-decoration: none;
}

.wrapper	{
	background: rgba(255, 255, 255, 0.8);
	bottom: 0;
	box-shadow: 0 0 5px 10px rgba(0, 0, 0, 0.1);
	color: #000;
	height: auto;
	left: 0;
	/*padding-left: 50%;*/
	position: absolute;
	right: 0;
	width: 100%;
}

.logo-wrapper	{
	float: left;
	width: 100px;
}

.logo-wrapper img	{
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.content-wrapper	{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}