body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	text-align: center;
}

table {
	border-collapse: collapse;
	border: 0px;
}

img {
	border: 0px
}

.toutcont {
	margin: auto;
}

.tout {
	position: relative;
	text-align: left;
	width: 957px;
	height: 536px;
	margin: auto;
	background-image: url(../img/backdef.png);
	background-repeat: no-repeat;
}

#txt {
	position: absolute;
	top: 120px;
	left: 100px;
	width: 680px;
	font-family:  cursive, Arial, Helvetica;
	font-size: 11px;
	color: #000;
}

#txt ul {
	margin-left:280px;
}
#txt ul li a {
	color: #7C919C;
	font-size: 12px;
	font-weight: bold;
}