img, div, td { 
	behavior: url(iepngfix.htc);
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	text-align: justify;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #1db9bc;
}

.footer {
	font-size: 11px;
	font-weight: bold;
}
.footer a:hover {
	color:#631F6A;
}