html {
	margin: 0px;
}

body {
	margin: 0px;
	background: #4f0b00;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	margin: 0px;
	padding: 10px;	
}

h2 {
	margin: 0px;
	padding: 5px;	
}

h3 {
	margin: 0px;
	padding: 2px;	
}

.area-content {
	width: 100%;
	height: 100%;
}

.solution-image {
	width: 780px;
	margin: auto;
}

.hidden { 
	display : none;
	position: absolute;
	z-index:110;
	text-align: center;
	width: 100%;
	left: 0px;
}

#SWFObjectExprInst {
	position: absolute;
	left: 52px;
	top: 118px;
	width: 875px;
	height: 540px;
}

#main_div {
	width: 950px;
	margin: auto;
}

#menu {
	margin-left: -3px;
	top: 0px;
}

#content {
	width: 100%;
	background: url( "../images/background_bg.jpg" );
	background-repeat: repeat-y;
	background-position: 0px 154px;
	position: relative;
}

#busyBackground {
	  z-index:100;
	  position:absolute;
	  top:0px;
	  left:0px;
	  height: 100%;
	  width: 100%;
	  background-color:black;
	  opacity:0.6;
	  filter:alpha( opacity = 60 );
	  display:none;
}

#bottom-links {
	width: 100%;
	text-align: center;
}

#bottom-links a {
	color: #387AA6;
	font-weight: bold;
	text-decoration: none;
}


#statisticsBot {
	display: none;
}