body {
background-color: #000000;
}

img {
    width: 100%;
    height: auto;
}

.top {
width: 100%;
	height: auto;
	
}


table {
  table-layout:fixed;
  width:100%;
  hight:100%;
  color:#000000;
  }

.footer {
        width:100%;
	height: 30px;
	border:1px solid #000;
        font-size:13px;
        color:#ffffff;
        text-align:center;

}

