body {
    color: black;
    background-color: transparent;
    font-size: 12px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 0;
}

h1 {
    margin: 15px 0 10px 0;
}

/* Background */

#bg {
    position: fixed;
    top: 0;
    left: 0;
}

.bgwidth {
    width: 100%;
}

.bgheight {
    height: 100%;
}

/* Content */

#img-logo {
    position: absolute;
    width: 727px;
    height: 284px;
    left: 50%;
	margin-left: -363px;
	top: 50%;
	margin-top: -142px;
}



}
		
@media (max-device-width : 768px) {
	hidden-desktop {
		display:block;
		height:auto;
		width:auto;
		visibility:visible;
	}
	
	hidden-desktop {
		display:none;
		height:0;
		width:0;
		visibility:hidden;
	}
}