body {
	background-color: #f2f2f2;
}
.wrapper .header {
	background-image: url(Pictures/Header.png);
	height: 159px;
	width: 1280px;
	background-repeat: no-repeat;
	background-position: center center;
}
.wrapper .cointainer {
	background-image: url(Pictures/Container.png);
	height: 400px;
	width: 1558px;
	background-repeat: no-repeat;
	padding-bottom: -50px;
}
.wrapper .cointainer .buttons {


}

.wrapper .footer {
	background-image: url(Pictures/Footer.png);
	height: 335px;
	width: 1280px;
	background-repeat: no-repeat;
	margin: auto;
}
.wrapper .cointainer .pr1 {
	margin-top: 20px;
	font-size: 24px;
	font-style: italic;
	padding-left: 20px;
}
.wrapper .cointainer .pr2 {
	margin-left: 190px;
	font-size: 24px;
	font-style: italic;
}
