body {
	font-family: "Times New Roman" Times, serif;
	margin: 0;
	background-color: #ffb744;
	font-size:18;
	background-image: url(../images/novine.jpg);
}
#banner
{
    background-image: url(../images/news.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid #dedede;    
    height: 200px;
}
#content{
	height:1400px;
	width:1080px;
	background-color:white;
	margin: 0 auto;
    padding: 10px;
    border: 5px solid #dedede;
	
	
}
#contents{
	float:left;
	width:750px;
	margin:20px 0 20px 0;
    padding: 10px;
}
#navigation{
	height:60px;
	border:4px solid #E3E3E3;
	margin-top: 20px;
    text-shadow: 0.1em 0.1em #333;
    background-image: url(../images/step1.jpg);
}
#nav{
	 list-style: none;
}
#nav ul{
	margin: 0;
    padding: 0;
    width: auto;
    display: none;
}
#nav li{
	
    font-size: 24px;
    float: left;
    position: relative;
    width: 180px;
    height: 50px;
	
	
	
}
#nav a:hover
{
    color: lightblue;
}
#nav a:link, nav a:active, nav a:visited
{
    display: block;
    color: #fff;
    text-decoration: none;
}
aside{
	float: right;
	width: 200px;
	height: 1000px;
	background-image: url(images/image3.jpg);
	text-decoration: none;
	color: #000;
	list-style-type: none;
	dispaly: block;
	border-bottom: 1px solid #236D7F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#sidebar{
	float:right;
	width:250px;
	height:1000px;
	margin: 20px 10px;
    padding: 10px;
    border: 2px solid #E3E3E3;
    
}
#sidebar div.section > a:hover {
	filter:alpha (opacity=60);
	opacity:0.6;
	padding:50px;
	transition: transform .2s;
	width: 200px;
	height:200px;
	margin: 0 auto;
	-ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
	box-sizing: border-box;
}
footer{
	margin: 0 auto;
	width:1085px;
    height: 50px;
    padding: 10px;
    border: 3px solid #E3E3E3;
    text-align: center;
    color: #fff;
    text-shadow: 0.1em 0.1em #333;
    background-color: #000000;
}
<style>
.container {
  position: relative;
  font-family: Arial;
}

.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}



