body{
	background: seagreen ;
font-size: 20px;

}
.container{
	background:greenyellow;
	width: 900px;
	height: 1000px;
	margin: 30px auto;

}
.header{
	height: 300px;
	width: 900px;
	background: lightgreen;
	}
.novi{
		height: 50px ;
		width: 900px;
		background:springgreen;


	}
	.content{
background:mediumseagreen;
float: right;
width: 900px;
height: 600px;
font-size: 30px;
	}
	.clear{
		clear: both;
	}
	.footer{
		background: forestgreen;
		height: 60px;
		width: 900px;
		font-size: 20px;
		text-align:center ;
	}
	.img-center{
		padding-left: 20px;
	}
	a{
		text-decoration: none ;
	}
	td{
		height: 50px;
		width: 300px;
		text-align: center;
		vertical-align: middle;
	}