body {
	background-color:#FFBD77;
	margin:0 auto;

}

#obal{
	margin: 0 auto;
	width: 800px;
	height: 900px;
	background-color: #FFA94E;
}

#header {
	background-image:url(img/header.jpg);
	background-color: white;
	background-repeat: no-repeat;
	width:800px;
	height:900px;
}
#header H1{
	padding-left: 56px;
	padding-top: 46px;
	font-family: 'Roboto', sans-serif;
	color: #3d3d3d;
	font-size: 22px;
}
#header p{
	padding-left: 56px;
	font-family: 'Roboto', sans-serif;
	color: #3d3d3d;
	font-size: 14px;
	line-height: 5px;
} 

#line_left {
	width:450px;
	height: 400px;
	float:left;
	margin-top: -588px;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 20px;
	background-color: #FFA94E;
	border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
	opacity: 0.9;
}
#line_left p{
	padding-right: 20px;
	padding-top: 20px;
	color:#3d3d3d;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
#line_right{
	float: right;
	width:250px;
	height: 400px;
	margin-top: -588px;
	margin-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	background-color: #D06E06;
	border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
	opacity: 0.9;
}
#line_right p{
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
	color:white;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1px;
}
#line_right h1{
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
	color:white;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1px;
}
#footer {
	width: 760px;
	height: 100px;
	margin-top: -150px;
	margin-left: 20px;
	background-color: #FFA94E;
	border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
}
#footer p{
	padding-left: 20px;
	padding-top: 10px;
	color:#3d3d3d;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 1px;

}
#footer h1{
	padding-top: 10px;
	text-decoration: none;
	color:#3d3d3d;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 1px;
}