
html, body, .content { background: transparent }

body {
	font-family: sans-serif;
	background-color: #C3DAE0;
	background-image: url("/static/lariva/landing.jpg");
	background-position: right bottom; /*Positioning*/
	background-repeat: no-repeat; /*Prevent showing multiple background images*/
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
}

.centered {
	text-align: center;
}

.fade-in, .navbar {
	display: none;
}

.landing {
	min-height: 100%;
}

.height100 {
	height: 100%;
}

.well {
	background-color: rgba(171,122,87,0.25);
}

.dark {
	background-color: rgba(72,54,51,0.25);
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%; 
    height: 500px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
</style>
<!--[if lt IE 8]><style>
.wraptocenter span {
    display: inline-block;
    height: 100%;
}
