html, body {
	height: 100%;
}

#wrap{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.carousel {position: absolute;top:0;left:0;z-index:0;}

.carousel,.item,.active{height:100%;width: 100%;}

.carousel-inner{height:100%;}

.background{width:100%;height:100%;}

.carousel-caption {
	top:50%;
	margin-top:-100px;
background-color: rgba(0, 0, 0, 0);
font-style:italic;
padding: 0px;
}

.span4.offset4.item-content {
text-align: justify;
background-color: rgba(255, 255, 255, 0.34);
padding: 10px;
border-radius: 5px;
}

.carousel-caption p {
color: rgba(0, 0, 0, 0.91);
line-height: 22px;
}