table {border: 5px black solid;border-collapse:collapse; width:1000px;  }
td {border:4px solid blue; width:700px; height:100px;  }
th { border-spacing:200px; font-size:2em; }
.jerry { background-image: url("../images/imvu.png");  
background-repeat:no-repeat;
height: 400px;
color: #ffffff;
text-align:top;
}
td:nth-child(2n) {background-color:red; }
td { text-align:center; }
