html, body {
	background: url('../background.jpg') fixed;
	background-position: center;
	color: #C8D197;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;	
	text-align: center;
}

h1 {
	font-family: Georgia, serif;
	font-size: 18px;
	margin: 0;
	padding: 0 0 5px 0;	
}

h2 {
	color: #11BAAC;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 0.25em 0;	
}

a {
	color: #C8D197;
	text-decoration: none;
}

a:hover {
	color: #e8f1b7;
}

img {
	border: none;
}

#head {
	background: url('../ihsz-header.png') #C54B2C;
	border-radius: 20px;	
	margin: 10px 0;
	height: 160px;
	width: 1000px;
}

#footer {
	background: #473430;
	border-radius: 20px;
	clear: both;	
	font-size: 20px;
	height: 35px;
	margin: 0;
	padding: 10px 30px;
	text-align: right;
	width: 940px;
}

.ff {
	background: url('../ff.png') bottom;
	display: block;
	float: right;
	height: 122px;
	margin: 19px 36px;
	text-indent: -99999px;
	width: 172px;
}

.ff:hover {
	background-position: 0 0;
}

.row {
	background: #473430;
	border-radius: 20px;	
	color: #C8D197;	
	display: block;	
	float: left;
	height: 261px;
	margin: 0 0 10px 0;
	text-align: left;
	width: 1000px;
}

.left-box {
	background: none;
	float: left;
	width: 230px;
}

.right-box {
	background: none;
	float: left;
	padding: 20px;
	width: 720px;
}

.clr {
	clear: both;
}

#content {
	margin: 0 auto;
	width: 1000px;
}