@charset "UTF-8";

html { 
	background: url(../img/bg_4-3.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: Sans-Serif;
}

a {
	color: rgba( 117, 13, 36, 1 );
}

#top {
	width: 90%;
	max-width: 900px;
	margin: 35px auto 0 auto;
}

.site-title {
	color: rgba( 117, 13, 36, 1 );
	background-color: rgba( 255, 255, 255, .75 );
	padding: 0 25px;
}

#content {
	width: 90%;
	max-width: 900px;
	margin: 35px auto 0 auto;
	background-color: rgba( 255, 255, 255, .75 );
}

.main-title {
	display: inline-block;
	padding: 0 25px;
	color: rgba( 0, 0, 0, 1 );
}

.main-container {
	padding: 0 25px 10px;
}

.birch-links-element {
	margin-bottom: 20px;
}

.birch-link {
	color: rgba( 117, 13, 36, 1 );
}

.birch-description {
	color: rgba( 0, 0, 0, 1 );
}

#bottom {
	width: 90%;
	max-width: 900px;
	margin: 35px auto 0 auto;
	background-color: rgba( 255, 255, 255, .75 );
	text-align: right;
}

.bottom-container {
	padding: 5px 25px;
}