#container{
width:73%;
height:100%;

}
table.sample {
	
	border-collapse: separate;
	background-color: #f9f9f9;
	border:10px solid #ccc;
	
}
table.header {
	
	border-collapse: separate;
	background-color: #000000;
	position:relative;
	
	
}
body{
		text-align: left;
		background-color:#000000;
}


#links{
margin-bottom:20px;}

#links ul {
        list-style-type: none;
        width: 20%;
		padding: 5px 5px 5px 5px;
} 

#links li {
        border-bottom: 1px solid #999999;
        border-width: 1px 0;
		margin-left:20px;
		
		
}

#links li a { 
        color: #333333;
        display: block;
        font: bold 80% Arial, Helvetica, sans-serif;
        padding: 2px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 230px;
}

#links li a:hover {
        background: #80B6E5;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 100%; 
}