#bannerContainer {
	background-image: url("../Images/Tracker Buttons.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	
	height: 25em;
}

header {
	display: block; /* for older browsers that don't support the new HTML5 tags */
}

#bannerContainer header {
	position: relative;
	height: 100%;
}

#bannerText {
	background-color: rgba(255, 255, 255, 0.75);
	color: rgb(184, 0, 0);
	font-size: larger;
	
	padding: 0.5em;
	
	position: absolute;
	bottom: 0;
}

#descriptionColumn, #buttonColumn {
	vertical-align: middle;
}

#descriptionColumn {
	width: 70%;
	padding-right: 0.5em;
}

#downloadButton {
	font-size: larger;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 1100px;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 20%;
    width: 660px;
    height: 220px;
    padding: 16px;
    border: 16px solid rgb(184, 0, 0);
    background-color: white;
    z-index:1002;
    overflow: auto;
}

.close_button {
    text-align:center;
}
