html {
  height: 100%; }

body {
  background-color: #eee;
  background-image: url("arsenal_denmark_logo.png");
  background-repeat: repeat;
  background-position: right bottom;
  background-attachment: scroll; }

#logoContainer {
  float: left;
  position: relative;
  height: 40px;
  width: 100px; }

#logo {
  position: absolute;
  bottom: 3px;
  width: 90px; }

.topbar-inner, .topbar .fill {
  background-color: #660000;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d90000), to(#660000));
  background-image: -moz-linear-gradient(top, #d90000, #660000);
  background-image: -ms-linear-gradient(top, #d90000, #660000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d90000), color-stop(100%, #660000));
  background-image: -webkit-linear-gradient(top, #d90000, colorBottom);
  background-image: -o-linear-gradient(top, #d90000, #660000);
  background-image: linear-gradient(top, #d90000, #660000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D90000', endColorstr='#660000', GradientType=0); }

.toptop {
  color: white;
  text-decoration: none;
  height: 3px;
  width: 100%;
  margin-top: 0px;
  background-color: white; }

.topnot {
  color: white;
  text-decoration: none;
  height: 3px;
  width: 100%;
  margin-top: 0px; }

.topbar .btn {
  border: 0; }
.topbar a {
  color: white; }
.topbar ul li > a:hover {
  color: white;
  text-decoration: underline; }
.topbar ul li.active > a:hover {
  color: white;
  text-decoration: underline; }
.topbar .brand:hover {
  background-color: transparent;
  color: white;
  text-decoration: none; }

.topbar div > ul .menu-dropdown,
.nav .menu-dropdown,
.topbar div > ul .dropdown-menu,
.nav .dropdown-menu {
  background-color: #660000; }

.topbar div > ul a.menu:hover,
.nav a.menu:hover,
.topbar div > ul li.open .menu,
.nav li.open .menu,
.topbar div > ul .dropdown-toggle:hover,
.nav .dropdown-toggle:hover,
.topbar div > ul .dropdown.open .dropdown-toggle {
  background-color: transparent;
  text-decoration: underline; }

.topbar div > ul .menu-dropdown li a,
.nav .menu-dropdown li a,
.topbar div > ul .dropdown-menu li a,
.nav .dropdown-menu li a {
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5); }

.topbar div > ul .menu-dropdown .divider,
.nav .menu-dropdown .divider,
.topbar div > ul .dropdown-menu .divider,
.nav .dropdown-menu .divider {
  background-color: #EBEBEB;
  border-color: #444; }

.topbar div > ul .menu-dropdown li a:hover,
.nav .menu-dropdown li a:hover,
.topbar div > ul .dropdown-menu li a:hover,
.nav .dropdown-menu li a:hover {
  background-color: #820000;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#820000), to(#820000));
  background-image: -moz-linear-gradient(top, #820000, #820000);
  background-image: -ms-linear-gradient(top, #820000, #820000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #820000), color-stop(100%, #820000));
  background-image: -webkit-linear-gradient(top, #820000, #820000);
  background-image: -o-linear-gradient(top, #820000, #820000);
  background-image: linear-gradient(top, #820000, #820000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#820000', endColorstr='#820000', GradientType=0);
  color: #FFFFFF;
  text-shadow: none; }

.container {
  width: 1024px;
  background-color: transparent; }
footer p {
  text-align: center; }

.content {
  background-color: #FFFFFF;
  padding: 20px;
  margin: 0 -20px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
