* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
html {
	overflow-x: hidden;
}
.clear {
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
}

body {
	font-family: Tahoma, Arial, san-serif;
	font-size: 12px;
	color: #e8d7ce;
	background: #24120b;
}

#flash{

}

#main {
	position: relative;
	width: 960px;
	margin: 0px auto;
}


#bottom-wrap{
	background: url('../images/bg-bottom.gif') repeat-x left bottom;	
	position:fixed;
	bottom:0px;
	width:100%;
}
#bottom{
	width: 960px;
	color: #ffffff;
	text-align: center;
	margin: 0px auto 0px auto;
}

#footer {
	height:22px;
}
#footer a{
	color:#a3846e;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

.ergoline {
	width: 153px;
	height: 49px;
	margin: 0px 0px 10px 10px;	
	background: url('../images/background/ergoline.png') no-repeat left top;
}

#news-box{
	background:#FFFFFF;
	border:15px solid #e1b48b;
	padding:15px;
	color:#333333;
	font-size:12px;
	line-height:1.5em;
}


#news-box b{
color:#fc8718;
}

#news-box img{
	margin-right:10px;
	border:1px solid #e1b48b;
}


#container-news{
	margin-top:25px;
}

#container-news a{
	color:#652102;
}

#close-bt{
	float:right;
	cursor:pointer;	
}

#close-bt img{
	border:none;
}




