body.start
    {
    background-color: #cc9966;
    }
table.super_table
    {
    width:100%;
    height:100%;
    }
td.super_content
    {
    vertical-align:middle;
    text-align:center;
}
.start_content {
	width:550px;
	height: 400px;
	margin:0 auto; 
	border: 1px solid black;
    }
a
    {
    color: #996600;
    font-weight: bold;
    }    
a:hover
    {
    color: #999999;
    text-decoration: none;
    }
div, p, td
      {
    font-family:arial;
    font-size: 11px;
    color:#990000;
    text-align:center;
    }        