body {
	background-color: #c6c6c6;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	background-position: center;
}

.loctext {
	font-family: fantasy;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.3ex;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 0ex;
}

html {overflow-y: scroll;}

a:link,a:active,a:visited { 

color : #323232; 
text-decoration: none;

}
a:hover {
	text-decoration: underline;
}

.speciallink:hover {
	color: #0000ff;
}

.divTransparent {
	background-color: #000000;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
}

