body{
	background-color: #fff;
	background-image: url(imgs/01-whitepaper.png);
//	background-size: 100%;
	background-repeat: repeat;
	padding: 0;
	margin: 0;
}


#masthead{
	width: 75%;
	margin: 0 auto;
}


#masthead img{
        margin-left: auto;
        margin-right: auto;
	margin-top: 5%;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    text-align: center;
    margin-top: 5%;
}
.resize_fit_center {
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}


#count-down-wrap{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	height: 185px;
	margin-top: 3%;

}
