@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow|Volkhov:400italic,700);

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.wrapper {
	background: dimgray;
	position: relative;
	max-width: 60%;
	height: 380px;
	width: 100%;
	padding: 0 50px;
	margin: 10px auto;
	border: 2px solid black;
	border-radius: 100px 0;
}