@charset "UTF-8";
/* CSS Document */
<style type="text/css">
body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/cristal_bg2.jpg);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	height: 100%;
}

body {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(images/cristal_bg2.jpg);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	height: 100%;
	width: 100%;
}
.oneColElsCtr #container {
	float: none;
	clear: both;
	background-color: #000;
	margin: auto;
	height: 100%;
	text-align: center;
	width: 1010px;
}
.oneColElsCtr #mainContent {
	color: #FFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #c3ab00;
}
.links {
	text-align: center;
	width: 100%;
}
a:active {
	text-decoration: none;
	color: #999;
}
a:link {
	text-decoration: none;
	color: #999;
	text-align: center;
}
.footer {
	text-align: center;
	color: #999;
	font-size: 10px;
}

</style>
