@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,cyrillic);

html, body {
	position: relative;
	width: 100%;
	height: 100%;
}
body {
	background: #f6ece2 url('pattern.jpg') 0 0 repeat;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif !important;
	font-size: 18px;
	color: #5c4236;
}
h1, h2, h3 { font-weight: normal; }
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h3 { font-size: 20px; font-weight: bold; }
a { color: #a25837; }
a:hover { color: #d06d42; }

/* Other classes */
.clr { clear: both; }
.container {
	width: 800px;
	margin: auto;
	padding: 100px 0 0 0;
}
