/* #id is singular  .class is plural */
body {
    margin: auto 0px;
    padding: 0;
    background-color: #000000;
    color: #ffffff;
    font: normal 100% Arial, Helvetica, sans-serif;
}
a {
    font-weight: bold;
    color: #000000;
    padding: 0;
    border: 0;
    margin: 0;
}
h1 {
    text-align: center;
}
em {
    font: normal 60%/100% Arial, Helvetica, sans-serif;
    color: #999999;
}
/* the table css */
table {
    background-color: #ffdddd;
    padding: 0;
    border: solid 0px;
    margin: 0;
    width: 950px;
    height: 600px;
}
td.head{
    font: bold 400% Arial, Helvetica, sans-serif;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    padding: 0;
    border: 0;
    margin: 0;
    height: 100px;
}
td {
    background-color: #000000;
}
td.content {
    background-color: red;
    padding: 50px;
    border: 0px;
    font-weight: bold;
    color: #eeeeee;
    background-color: #000000;
}
/* the active content */
.box {
    height: 80px;
    width: 100px;
    left: 0px;
    position: absolute;
    z-index: 1;
}
#box1 {
    top: 100px;
}
#box2 {
    top: 180px;
}
#box3 {
    top: 260px;
}
#box4 {
    top: 340px;
}
#box5 {
    top: 420px;
}
#box6 {
    top: 500px;
}
.image {
    height: 78px;
    width: 100px;
    left: 0;
    padding: 0;
    border: 0;
    margin: 0;
}
.active {
    background-position: right 200px;
}
/*
#panel {
	background: #ffffff;
	opacity: 0.9;
	border: solid 2px red;
	top: 100px;
	left: 200px;
	height: 200px;
	width: 500px;
	display: none;
}
*/
