html {
  background: #293b47;
  }

body {
  background: #293b47 url(gfx/joypad.jpg) no-repeat bottom right;
  padding: 0px;
  margin: 0px;
  }

#logo {
  width: 100%;
  min-width: 800px;
  height: 80px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #fff;
  text-align: center;
  background: #293b47;
  }

#navi {
  width: 100%;
  background: #fff;
  height: 22px;
  text-align: right;
  vertical-align: middle;
  color: #000;
  margin-bottom: 10px;
  }  
  
#wrapper {
  position: relative;
  width: 100%;
  min-width: 800px;
  }

.left {
  position: relative;
  width: 22%;
  min-width: 176px;
  float: left;
  }
  
.center {
  position: relative;
  width: 50%;
  min-width: 400px;
  float: left;
  margin-left: 2%;
  }

.right {
  position: relative;
  width: 22%;
  min-width: 176px;
  float: left;
  margin-left: 2%;
  }
  
.textbox {
  position: relative;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #36576D;
  text-align: justify;
  }
  
#footer {
  clear: both;
  margin: 0;
  padding: 10px 0;
  background: #293b47;
  color: #fff;
  border-top: 1px solid #fff;
  text-align: right;
  }

#footer p {
  margin-right: 20px;
  font-size: 10px;
  }
  
p, .center p, .right p, .center ul, h1 {
  padding: 0px;
  margin: 0px;
  font-family: Arial,Helvetica,sans-serif;;
  }
  
.center p, .right p, .center ul {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  }
  
#navi p {
  text-align: right;
  font-size: 14px;
  line-height: 21px;
  margin-right: 10px;
  font-weight: bold;
  letter-spacing: 3px;
  font-variant: small-caps;
  }
  
a {
  text-decoration: none;
  }
  
#navi a:link, #navi a:visited {
  color: #222;
  }

#navi a:hover, #navi a:active {
  color: #6996b5;
  }

.center a:link, .center a:visited {
  text-decoration: underline;
  color: #6996b5;
  font-weight: bold;
  letter-spacing: 1px;
  font-variant: small-caps;
  }

.center a:hover, .center a:active {
  color: #e8765e;
  }  

.menu, .menuactive {
  font-family: Courier New,Courier,monospace;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  margin: 20px 0 0 20px;
  border-bottom: 1px dotted #6996b5;
  color: #6996b5;
  font-weight: bold;
 }

.menuactive a:link, .menuactive a:visited {
  color: #e8765e;
 }
 
.menuactive{
  border-bottom: 1px dotted #e8765e;
 }
.menu a:link, .menu a:visited {
  color: #6996b5;
  }

.menu a:hover, .menu a:active {
  color: #fff;
  }
 
.center ul {
  font-size: 12px;
  line-height: 24px;
  margin: 10px 0px;
  color: #eee;
  list-style-type: square;
  list-style-position: inside;
  padding: 0;
  }
 
h1 {
  color: #ddd;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 5px;
  text-align: left;
  }
  
.right img {
margin: 0 0 15px 0;
}

.center img {
margin: 0 0 15px 0;
}