body, html
{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	height:100%;
}

.body-bg{
	background:url(../images/org-home.jpg) repeat;
	background-size:100%;
	height:100%;
	position:relative;
}
.logo{
	position: absolute;
    top: 50%;
    left: 65%;
    transform: translateY(-50%);
    transform: translateX(-65%);
}

@media screen and (max-width:480px) {
.logo{
	width:100%;
}
.logo img{
	width:100%;
	max-width:350px;
}
}