#containerbg {
background-image: url(http://www.stylinstrings.com/blog/wp-content/uploads/2015/04/MLL-Major-League-Lacrosse-Special-Events-Schedule.jpg);
background-size: 100%  100%; 
height: 900px;
width:100%;
z-index: -1; 
opacity: 0.5;
background-repeat: no-repeat;
position: fixed;
}


#container {
height:  1000px;
width:80%;
margin-left: auto;
margin-right: auto;
opacity: .87;

/*background-color: white;*/
/*background-color: yellow;*/
}



.sideheader {
height : auto;
width  : 110px;
float: left;
margin-left: 3%;
background-color: black;
font-size: 20px;
color:blue;
}

.textcontent {
color: white;
width  : 74%;
margin-left: 3%;
float: left;
background-color: red;
font-size: 20pt;
padding: 34px;


}

.submenu {
	background-color: black;
	color:white;
	height: 50px;
	width: 100px;
	float: left;
	clear: both;
	margin: 10px;
	color: orange;
}

.p{
	font-size: 60pt;
	font-color: blue;
}

/* unvisited link */
a:link {
    color: grey;

}

/* visited link */
a:visited {
    color: grey;
}

/* mouse over link */
a:hover {
    color: white;
}

/* selected link */
a:active {
    color: white;
}