#container {	
height: auto;
width: 80%;
background-color: white; 
background: url(http://static1.squarespace.com/static/52eeaf60e4b025a624886cdb/t/5355ec62e4b058b6b22190a3/1424886384890/?format=838w) no-repeat center center fixed;
background-size: center;
padding: 35px;
margin-left: auto;
margin-right: auto;
}

.menutab{
height: 50px;
width: 85px;
background-color: black;
font-family: sans-serif;
color: white;
float: left;
text-align: center;	
vertical-align: middle;
}

.menutab:hover{
height: 50px;
width: 100px;
background-color: black;
background-size: center;
font-family: sans-serif;
color: white;
float: left;
text-align: center;	
border-style: solid;
border-color: orange;
}

#menuheader{
width: 550px;
margin-left: auto;
margin-right: auto; 
clear: both; 
}

.subheader{
font-family: sans-serif;
font-size: 24pt;
text-align: center;	
margin-left: 280px;
width: 80%;
margin-left: auto;
margin-right: auto; 
clear: both; 
margin-top: 35px;
}

.contentholder{
width: 800px;
background-color: white;
padding: 25px;
border-style: solid;
border-color: black;
font-family: sans-serif;
margin-right: auto;
clear: both;
margin-left: auto;
margin-top: 75px
}

#homediv{
height: 1100px;
width: 900px;
background-color: white;
padding: 25px;
border-style: solid;
border-color: black;
margin-right: auto;
margin-left: auto;
font-family: sans-serif;
font-size: 20px;
color: black;
text-align: center;
margin-top: 75px;
}

.smalllink{
width: 800px;
background-color: white;
padding: 25px;
border-style: solid;
border-color: black;
font-family: sans-serif;
margin-right: auto;
clear: both;
margin-left: auto;
margin-top: 75px
}

#alphalore{
height: 900px;
width: 800px;
background-color: white;
padding: 25px;
border-style: solid;
border-color: black;
font-family: sans-serif;
margin-right: auto;
clear: both;
margin-left: auto;
margin-top: 75px
}

#teamsolomid{
height: 1100px;
width: 800px;
background-color: white;
padding: 25px;
border-style: solid;
border-color: black;
font-family: sans-serif;
margin-right: auto;
clear: both;
margin-left: auto;
margin-top: 75px
}

#cathylore{
height: 1500px;
width: 800px;
background-color: white;
padding: 25px;
border-style: solid;
border-color: black;
font-family: sans-serif;
margin-right: auto;
clear: both;
margin-left: auto;
margin-top: 75px
}

/* unvisited link */
a:link {
    color: black;
      text-decoration: none;
}

/* visited link */
a:visited {
    color: black;
      text-decoration: none;
}

/* mouse over link */
a:hover {
    color: orange;
      text-decoration: none;
}

/* selected link */
a:active {
    color: black;
      text-decoration: none;
}