body {
	margin: auto; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	background-color: black;
	color: white;
	background: url(fond.png)
	}
	
#header {
	background: url(player/images/header.png) no-repeat; 
	height: 80px;
	margin-top: 0px;
}

#header h1 {
	display: none;
}

#stats {
	display: none;
}

#menu a {
	color: #b2b2b2;
	border-bottom: 1px dotted #fff;
}

#contact {
	color: red;
	font-size: 14pt;
}

a {
	color:white;
	border-bottom: 1px dotted #fff;
}

p {
	margin-left: 5px;
	margin-right: 5px;
}

li {
	margin-left: 5px;
	margin-right: 5px;
}

table
{
   border-collapse: collapse; 
}
td
{
   border: 1px solid white;
}

