#content {
	min-height: 100px;
}
.ui.grid{
	padding: 0 !important;
}
.pushable.segment{
	margin: 0 !important;
}

#background{
    background-image: url("../img/bglogo.png");
    background-position: right bottom; /*Positioning*/
    background-repeat: no-repeat; /*Prevent showing multiple background images*/
    background-size: contain;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 50%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}