body,html {
  background-color: white;
  color: black;
  font: 16px Colaborate-Thin Regular;
}

a {
  color: black;
}

a:hover {
  color: silver;
}

#home{
  overflow: hidden;
}

#images{
  visibility: hidden;
}

#images li h2 {
  font-size: 14px;
  margin-top: 4px;
}

img {
  background: url(http://cache.media.digitalphotogallery.com/xvurfgeegwqh/images/07/07_asis.gif) no-repeat center center;
  display: block;
}

#container {
  width: 94%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#header {
  text-transform: uppercase;
  font-size: 40px;
  margin-top: 29px;
  margin-bottom: 31px;
}

#header h1 {
  float: left;
  margin-right: 8px;
}

#header h1 a{
  text-decoration: none;
  color: black;
}

#header .tagline {
  color: silver;
}

#navigation {
  font-size: 18px;
  position: absolute;
  user-select: none;
  top: 18px;
  right: 0;
}

ul.navigation li{
  
}

#navigation h4 {
  display: none;
}

#navigation li {
  display: inline-block;
}

#navigation li a {
  text-decoration: none;
}

.navigation .series ul{
  display: none;
}

.navigation .commercial ul{
  display: none;
}

.navigation .music ul{
  display: none;
}

.navigation .graphics ul{
  display: none;
}

#navigation ul.navigation li.graphics span {
  display: none;
}

#navigation ul.navigation li.series span {
  display: none;
}

#navigation ul.navigation li.commercial span {
  display: none;
}

#navigation ul.navigation li.music span {
  display: none;
}

#images .information h4 {
  display: none;
}

p.name a{
  position: relative;
  bottom: 36px;
  background-color: white;
  text-decoration: none;
  padding-right: 11px;
  padding-top: 5px;
  padding-bottom: 6px;
}

