body{
	background:Silver ;
	font-size: 20pt;
}
.container{
	background: White;
	margin: 30px auto;
	width: 900px;
	height: 1000px;
}
.header{
  height: 300px;
  width: 900px;
  background:  LightBlue;

}
.nawegatiun{
	background:  White;
	width: 900px;
	height: 50px;
	margin: 10px 0;
}
.content{
	background: PowderBlue;
	float: right;
	width: 900px;
	height: 700px;
}
.clear{
	clear: both;
}
.footer{
	background: PaleTurquoise;
	height: 60px;
	text-align: center;
	font-size: 20pt;

}
a{
	color:blak;
	text-decoration: none;
}
td{
	height: 50px;
	width: 450px;
  text-align: center;
  vertical-align: middle;
  font-weight: dold;
}
.qwe{
	padding-left: 100px;
}
.asd{
	padding-right: 10px;
}