body{
	border-top: 10px solid #d20a11;
}

.main-wrapper{
	min-width: 900px;
	max-width: 900px;
	margin: 0 auto;
}

.logo-wrapper{
	margin: 0 auto;
	margin-top: 60px;
}

.logo-wrapper img{
    width: 45%;
    margin-left: 29%;
}

.logo-wrapper p{
	text-align: center;
	margin-top: 40px;
	font-family: verdana;
	font-weight: 700;
	color: #d20a11;
}

.buttons-wrapper{
	margin: 70px auto 0px auto;
	height: 100px;
	border-bottom: 4px solid #d20a11;
}

.buttons-wrapper ul{
	text-align: center;
	margin-left: -5%;
}

.buttons-wrapper li{
	display: inline-block;
}

.buttons-wrapper li a{
	color: #fff;
	border-bottom: 3px solid #d20a11;
	border-top: 3px solid #d20a11;
	background-color: #000;
	text-decoration: none;
	margin: 10px;
	padding: 15px 25px;
	box-shadow: 2px 3px 15px gray;
	transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
}

.buttons-wrapper li a:hover{
	background-color: #d20a11;
	box-shadow: inherit;
}