body {
	background-image: url(images/BuildingIntegrity.gif);
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.smbox {
    display: none;
}

.btn {
  display:block;
}

.menu {
    background-color: RGBA(160, 160, 160, 0.5);
    text-align: center;
}

#showMenu+DIV
{
    background-color: RGBA(160, 160, 160, 0.5);
    display: none;
#    position: fixed;
#    width: 90%;
    z-index: 100;
}
#showMenu:checked+DIV
{
    display: block;
    padding-bottom: 10px;
}

.menu>label {
    cursor: pointer;
}

.bigLogo
{
    display: none;
}
