body {
	height:100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

html{
	height:100%;
	background: #ffffff url("../images/backgroundimg.jpg"); no-repeat center bottom fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

	
.flexbox #cspio-page{
	align-items: center;
	justify-content: center;
}

.cspio body{
	background: transparent;
}

.cspio body, .cspio body p{
    font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-style: ;
    font-size: 20px;
    line-height: 1.50em;
    color:#ffffff;
}

a {
	color: #f47321;
}


a:hover {
	color: #f47321;
}