/* Site 'Skin' */

#left-side {
    position: absolute;
	width: 200px;
    top: 0px;
    margin-left:-200px;
    height: 1000px;
}

#right-side {
	position: absolute;
	top: 0px;
    margin-left:1000px;
    height: 1000px;
}

body { background-image:url(/static/images/site_skins/gbsteam_may_2017.jpg); background-color: black !important; background-repeat: no-repeat !important; background-position: center top !important; } 
