body{
	color: #545454;
	background: #f1f1f1 url('img/bg_texture.png') repeat;
}

h1 {
	font-family: 'Alegreya', serif !important;
	font-weight: 700;
	line-height: 46px;
	font-size: 46px;
	margin: 0 0 43px 0;
	}

h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 21px;
	line-height: 23px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 23px 0;
	}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 23px;
	margin: 0 0 23px 0;
	}

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

.container{
	display: block;
	margin-top: 200px;
	width: 500px;
	text-align: center;
	margin: 0 auto;
}


ul{
	list-style: none;
}

