body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #7F7F7F;
}

 ul {
	margin: 0px 0px;	
    padding: 0px 0px;
    list-style-type:none;
}

 li {
    float: left;
	margin: 0px 0px;
	margin-right:10px;
	padding: 0px 0px;
	/* -->  has under space  IE 6 */	
	font-size: 0;
 	line-height: 0;
 	vertical-align: bottom;
 	/*<----  has under space  IE 6 */ 		
    list-style-type:none;
}

#contents {
	display:none;
}

