body {
	background-color: #000;
	background-image: url(Assets/back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	
}

div#contindex {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 750px;
	height: 500px;
	left: auto;
	top: 0px;
	background-repeat: repeat;
	z-index: 1;
}

div#footerindex {
	position: relative;
	height: auto;
	width: auto;
	left: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666;
	top: auto;
	padding: 5px;
}

div#textindex {
	position: relative;
	height: auto;
	width: 570px;
	left: 170px;
	top: 80px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	background-color: #000;
	color: #bbccdd;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #AAAAAA;
	text-decoration: none;
	line-height: normal;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}
.floatleft { 
float: left; 
margin: 0 10px 6px 0;
}

