/* CSS Document */

body{
margin: 0;
padding: 0;
background: rgb(0,0,0);
color: white;
}

#wrapper{
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
  width:720px;
}

#banner{
height: 100px;
background: url("banner.png");
}

#array{
border: medium rgb(204,0,0) dashed;
}

.line1{
background: rgb(209,209,209);
color: rgb(0,0,0);
}

.line2{
background: rgb(177,177,177);
color: rgb(0,0,0);
}

