body {

}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/bg.jpg");
	background-position: bottom center;
}
.wrapper {
	position: relative;
	width: 680px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

h1 {
	font-size: 32px;
	color: #ee0f30;
	text-align: center;
	margin: 40px 0;
	font-weight: normal;
}

h2 {
	font-size: 24px;
	color: #ee0f30;
	font-weight: bold;
	margin: 0;
}


p {
	font-size: 15px;
    margin: 5px 0 20px 0;
    line-height: 1.7em;
    text-align: justify;
}

p.copyright {
	font-size: 12px;
}

.logo {
	position: relative;
	width: 90px;
	top: 3px;
}

@media screen and (max-width:680px) {
	.wrapper {
		width: 100%;
	}
}

@media screen and (max-width:420px) {
	.logo {
		display: block;
	}
}