body {
	background: #a16155;
	background-image:url("img/bg2.jpg");
	background-repeat:repeat-x;
	background-position:center bottom;
	background-attachment:fixed;
	background-size: 100%;
}
#holder {
	width: 890px;
	margin: 40px auto 40px auto;
}
h1 {
	margin: 0;
	padding: 0;
	display: block;
	width: 900px;
	height: 150px;
	background: url("img/h1.png") no-repeat top left;
}
h1 span {
	display: none;
}
#grid {
	margin-top: 40px;
}
#cover {
	width: 280px;
	float: left;
	margin-right: 40px;
}
#cover img {
	border: none;
	margin-bottom: 20px;
}
#content {
	width: 280px;
	float: left;
	margin-right: 30px;
}
#sidebar {
	width: 260px;
	float: right;
}
.teksti {
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}
h3 {
	margin: 0 0 20px 0;
	font-size: 26px;
}
#content ol {
	margin: 0;
	padding: 0;
	float: left;
}
#content li {
	margin: 0 0 10px 0;
	padding: 0;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
}
#sidebar li {
	margin: 0 0 10px 0;
}
#sidebar li a {
	padding-left: 70px;
	width: 195px;
	height: 62px;
	display: block;
}

#download {
	margin-bottom: 10px;
	background: url("img/zip_icon.png") no-repeat top left;
}
#social-fb, #social-fbst {
	background: url("img/fb_icon.png") no-repeat top left;
}
#social-sc {
	background: url("img/sc_icon.gif") no-repeat top left;
}
#social-yt {
	background: url("img/yt_icon.png") no-repeat top left;
}
#social-sp {
	background: url("img/sp_icon.png") no-repeat top left;
}
#social-it {
	background: url("img/it_icon.png") no-repeat top left;
}

#footer {
	width: 890px;
	margin: 20px auto;
	padding-top: 20px;
	clear: both;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#content iframe{
	margin-top:10px;
}