html,body{
	height:100%;
}
html{
	color:#fff;
	font:12px verdana,geneva,sans-serif;
	text-align:center;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #24472f;
	background-image: url(../i/main-bg.jpg);
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
body{
	margin:0;
}
#container{
	height:100%;
	width:100%;
	margin:auto;
}
#main{
	width:50%;
	height:50%;
	margin:auto;
	padding:10px 20px;
	position:relative;
	top:20%;
	border-radius:10px;
	background:url(../i/bg.png) repeat scroll 0 0;
}
#main h1{
	text-transform:uppercase;
}
#main h2{
	margin:20px 0;
	color:#e2e2e2;
}
#main span{
	color:#ffc;
}
.wrapperb {
    padding: 10px 0 0;
}
.wrapperb .divajo-module {
	display: inline-block;
}