/* .brainbg {
	background: #161616 url() center 25% no-repeat;
}
*/

.jumbotron {
	background:none;
}

.jumbotron:after{
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/human_brain.jpg); 
    width: 100%;
    height: 100%;
    opacity : 0.1;
    z-index: -1;
}

p.braintext {
	font-size: 115%;
	font-weight: 600;
}

ul.braintext {
	list-style-type: none;
	font-size: 125%;
	font-weight: 500;
}

#footer{
    /* position:fixed; */
    height:50px;
    background-color:grey;
    bottom:0px;
    left:0px;
    right:0px;
    margin-bottom:0px;
    text-align: center;
}

#body {
	min-height:500px;
    margin-bottom:50px;
}


