/*  CSS global  */
/* mesanniv.com */


body {
	background: #ff9025;
	text-align: center;
}
#maincontainer {
	margin: 0 auto;
	width: 818px;
	text-align: left;
}
#main-top {
	background: url(../img/background-top.gif) no-repeat;
	height: 24px;
	width: 816px;
	
}

#main-bottom {
	background: url(../img/background-bottom.gif) no-repeat;
	height: 24px;
	width: 816px;
	clear: both;
	background-color:#ff9025;

}

/* --- FOOTER --- */
#footer {
	background: #ff9025;
	margin-top:10px;
	float: right;
	margin-right: 70px;
	height: 31px;
	font-size: 11px;
}
#footer a {
	color: #fff;
	margin: 0 4px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration:none;
}
#footer a:hover {
	color: #fff;
	margin: 0 4px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;	
	text-decoration:underline;
}


#footer-left {
  float: left;
  background: url(../img/footer-left.jpg) no-repeat;
	height: 31px;
	width: 16px;
}
#footer-middle {
  float: left;
  background: url(../img/footer-middle.jpg) repeat-x;
	height: 31px;
}
#footer-right {
  float: left;
  background: url(../img/footer-right.jpg) no-repeat;
	height: 31px;
	width: 16px;
}
#footer-intern {
	float: left;
	margin: 26px 0 0 7px;
	font-size: 9px;
	color: #e80289;
}
#footer-intern a {
	color: #e80289;
	text-decoration: underline;
}