body {
  color: white;
  font-family: 'Open Sans', sans-serif;
  background-color: white;
background-image: url(pic/bg.jpg);
  background-attachment: fixed;
  background-repeat: repeat;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: black;
}

.active {
    background-color: black;
}
nav#center{
  align: center;
}



tr.solid{
  border: 1px dotted white;
}

td.solid{
  border: 1px dotted white;
}

}
div.bg_yellow{
  background: yellow;
}
div.bg_green{
  background: green;
}


div#content {
  width: 10px
  background-color: rgba(255,255,255, .65);
}

h1 {
  color:white;
}


div#outer{
  position: relative;
  width: 750;
  height: 500;
  margin: 15px;
  border: solid 2px white;
}
div#first{
  position: absolute;
  border: solid 2px pink;
}
div#sec{
  position: absolute;
  border: solid 2px red;
}
div#third{
  position: absolute;
  border: solid 2px green;
}

a{text-decoration:none}
input[type="text"]{
  width:175px;
}
form > input{
  color: #006;
}
