body {
	font-family: Arial, Verdana, sans-serif !important;
	font-size:1.5em;
	background: url(../images/bgbody.jpg);
	line-height: 1.4em;
	color: #24425B;
	height: 100%;
}


.wrapper {
	/*
	background: #FFF;
	opacity: 0.4;
	width: 980px;
	height: 480px;
	z-index: 100;
	
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -490px; */
}

.container {

	/*
	width: 960px;
	height: 460px;
	
	margin: 50px auto 0 auto;
	z-index: 999;
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -480px;
	*/
}

.container-box {
	background: #FFF;
	opacity: 0.87;
	margin: 120px auto;
	padding: 25px 15px;
	margin-bottom: 15px;
}


.footer {
	
	font-size: 12px;
	color: #FFF;
	position: relative;
	z-index: 3;
	/*
	width: 980px;
	position: absolute;
	top: 480px;
	left: 50%;
	margin-left: -490px;
	*/
}

.footer a {
	color: #FFF;
}


#bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.alignCenter {
	text-align: center;
	}

.topMargin {
	margin-top: 50px;}