body 
{
  background: #000000 url(/img/background.png);
  /* background: #000000 url(/img/MarchMadness.jpg); */
  /* background: #000000 url(/img/Basketball_Arena.jpg); */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  overflow-y:scroll;
  width:auto;
  height:auto;
  background-size:cover;
  padding:0px;
  margin:0px;
}

#page_body
{
  width:100%;
  background:rgba(0,0,0,0.5);
}

#headerfp
{
  width:20%;
  text-align:center;
}

#header_bar
{
  width:100%;
  background:rgba(0,0,0,0.5);
}

#login_table
{
  background:rgba(0,0,0,0.5);
}

#login_row
{
  vertical-align:top;
}

#logout_button
{
  border-radius:25px;
  width:60px;
}

#logout_btn
{
  padding:0px;
  text-align:right;
}

#login_as
{
  padding:0px;
  text-align:right;
  vertical-align:top;
  color:lightskyblue;
  font-weight:bold;
}

#login_as a
{
  text-decoration:none;
  color:lightskyblue;
}

#member_awards
{
  vertical-align:bottom;
  text-align:right;
  padding:0px;
  padding-top:5px;
}

#logged_in
{
  text-align:right;
  width:40%;
}

#award_table
{
  width:100%;
  padding:5px;
}

#nav_menu
{
  width:40%;
  color:lightskyblue;
  font-weight: bold;
  padding: 2%;
}

#account_dropdown
{
  background: transparent;
  color:lightskyblue;
}

#account_name
{
  background-color:lightskyblue;
  color:black;
  font-size:12px;
}

.account_option
{
  background-color:black;
  color:lightskyblue;
  font-size:8px;
}