body {
	/*background: url('img/bg-bg.gif') top repeat-x #ffffff;*/
	background: url('img/decovit-bg.png') top repeat-x #ffffff;
	margin: 0;
	padding: 0;
	font: 12px Arial,Sans-serif;
	text-align: center;
}
#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
}
#header {
	width: 900px;
	height: 155px;
	/*height: 275px;*/
	height: 225px;
	padding: 0;
	background: url('img/bg-mid.gif') repeat-y center;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 24px;
	left: 29px;
	background: none;
}
#header #logo2 {
	position: absolute;
	top: 174px;
	left: 29px;
	background: none;
}
#header #logo img, #header #logo2 img {
	background: none;
	border: 0;
}
#header embed {
	position: absolute;
	top: 24px;
	left: 249px;
}
#sugglink {
	padding-bottom: 20px;
}
#sugglink a {
	background: none;
	padding: 0;
	margin: 0;
}
#sugglink a img {
	border: 0;
	margin: 0;
}
#content {
	width: 842px;
	padding: 20px 29px 0  29px;
	background: url('img/bg-mid.gif') repeat-y center;
}
#content ul.newsmenu {
	padding: 0;
	width: 100%;
	height: 3.2em;
	margin: 0 0 1em 0;
	background: /*url('img/bg-midbox-top.gif') top no-repeat*/ /*#f3f3f3*//*#edf5fb*/#50a1d5;
        -moz-border-radius:8px;
        behavior:url(round.htc);

}
#content ul.newsmenu li {
	margin: 1em;
	padding: 0;
	float: left;
	list-style: none;
	width: 20%;
	text-align: center;
}
#content ul.newsmenu li a {
	color: #edf5fb;
	font-size: 1.2em;
	font-weight: bold;
}
#content ul.newsmenu li a:hover {
	color: #fff;
	background: none;
}
#footer {
	text-align:center;
	background :#ffffff;
	color: #333333;
}

