@import url('bootstrap.min.css');

#container {
    background: url("../stefanmiertschink.jpg") no-repeat fixed center bottom / cover transparent;
    height: 100%;
    image-rendering: optimizespeed;
    min-height: 510px;
    min-width: 974px;
    width: 100%;
}

#main.overlay  .inner {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border-radius: 3px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding: 40px 40px;
    width: 375px;
    z-index: 999999999;
	font-size: 13px;
	vertical-align: top;
	left: 50%;
    margin-left: -240px;
    margin-top: -180px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 455px;
	color: #0077b5;
	
}