.thumbbox {
    margin: 2px;
    width: 350px;
    height: 320px;
    float: left;
    text-align: center;
    }
section.albumpage{
	position: relative;
	float: none;
	top: 140px;
	margin-left: 20px;
    }
.paper{
    background-color: black;
    color: white;
    background: black;
    }
body{
    background-color: #000000;
    }
.gallerynav{
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-weight: bold;
    text-align: center;
    }
.navbutton{
    margin: 20px;
    font-weight: normal;
    }
.tboximg{
    position: relative;
    height: 240px;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    }
.tboximg img{
    position: relative;
    top: 50%;
    margin-top: -40%;
    }
.tboxtitle{
    margin: 5px;
    }
a:link {
  color: #FFF;
  text-decoration: none;
  }
a:visited, a:active {
  color: #FFF;
  text-decoration: none;
  }
a:hover {
  color: red;
  text-decoration: none;
  }