body {
	color: #555;
	font-family: "Verdana", verdana, arial, helvetica, sans-serif;
	text-decoration: none; 
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: none; 
	color: #3b57b2;
}
a:hover, a:active { 
	color: #800000 
}
h1,h2,h3 {
	color: #333;
	font-size: 1.1em;
	font-weight: heavy;
}


#header {
	position: relative;
	height: 12px;
	background-color: #888;
	color: #000;
	padding: 6px 6px 6px 36px;
}

#content {
	position: relative;
	text-align: center;
	color: #666;
	font-size: 0.6em;
	width:630px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 88px;
	
}
#news {
	position: absolute;
	text-align: right;
	width: 250px;
	top: 140px;
	left: 0;
	font-size: 1.1em;
	font-weight: bold;
	z-index: 5;
}
#describtion {
	position: absolute;
	text-align: left;
	width: 280px;
	top: 42px;
	right: 26px;
	z-index: 4;
}
#world {
	z-index: 3;
}

}

#header hr {
display: none;
}
