body {
	color: #fff;
	background: #585858 url("../img/bg.gif") repeat fixed;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;	
	margin: 0px;
	text-align: justify;
}

#start {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	position: fixed;
	top: 0px;
	background: #f2aa15;	
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #000000;
	height: 18px;
	z-index:1;
}

#end {
	font-size: 13px;
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	background: #f2aa15;	
	margin:0px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #000000;
	height: 18px;
	z-index:1;
}

#end a {
	text-decoration: none;
	color: #ffffff;
}

.menu li a:link, .menu li a:visited {
	color: #ffffff;
	text-decoration: none;
}

.menu li:hover a:link, .menu li:hover a:visited {
	color: #000000;
	text-decoration: none;
}

.menu li:hover a:hover {
	color: #000000;
	text-decoration: underline;
}

.menu {
	position: fixed;
	right: 0px;
	top: 20px;
	z-index:2;
}

.menu li {
	background: #000000;
	font-size: 11px;
	list-style-type: none;
	border-bottom: 2px solid #000000;
	padding: 3px 20px 3px 20px;
	margin: 0px;
	display: inline;
}

.menu li:hover {
	background: #ffffff url("../img/bgb.gif") repeat fixed;
}

#contenu {
	font-size: 13px;
	color:#ffffff;
	margin: 60px 25px 40px 25px;
	padding: 5px 0px 5px 0px;
	border: 0px;
	z-index:3;
}

#contenu a {
	color: #ffffff;
	text-decoration: underline;
}

#contenu hr {
	height: 1px;
	color: #c0c0c0;
	background: #c0c0c0;
	border: 0px;
}

#contenu .title {
	color:#ffffff;
	font-size: 24px;
}

#contenu .chattable {
	border: 1px #ffffff solid;
}

#contenu .lefttd {
	border-right: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
}

#contenu .righttd {
	border-bottom: 1px #ffffff solid;
}