.row{
padding-top:20px;
}

body{
	background: url("images/header01.png") no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	top: 0;
	padding: 0;
	margin: 0;
}
.row{
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.navbar{
border-radius: 0 !important;
}
ul {list-style-type: none;}

li {display:inline;}

#main{
	width: 100%;
	height: 100%;
	background-size: cover;
}

#header01{
	color: #00a;
	text-align: center;
	text-shadow: #fff 0 0 1px;
	width: 100%;
	float: left;
	z-index: -1;
}

.sisalto{
	margin: 0 25px;
	padding: 25px;
	/*background-color: #DFEFFF;*/
	float:left;
}

.levea_sisalto{
	margin: 0 25px;
	padding: 25px;
	/*background-color: #CEEFFF;*/
	float:left;
}

.button{
	padding: 10px;
	font-size: 25px;
	font-weight: bold;
	border-radius: 25px;
	border: #00a solid 2px;
	box-shadow: #fff 0 0 1px;
}

.centered{
	margin: auto;
	text-align: center;
}

.bluet{
	color: #00a;
}

#footer{
	opacity: 1;
	text-align: center;
	padding: 25px;
	float: left;
	width: calc(100% - 1px);
	color: #acf;
	background-color: #555;
}

#copy{
	font-size: 10px;
	text-align: center;
	padding: 5px 25px;
	float: left;
	width: calc(100% - 1px);
	color: #555;
	background-color: #acf;
}
.shadowbox{
	box-shadow: #7af 5px 5px 5px;
}

#content{
	margin-top: 100px;
	width: calc(100% - 1px);
	float: left;
	background: #fff;
}

.blackback{
	background: #000 !important;
}

.blackback span{
	background: #000 !important;
}