@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#bottomCredits {
	background-color: #333333;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 12px;
	padding-bottom: 5px;
}
#borde {
	background-image: url(borde.png);
	background-repeat: repeat-y;
	background-position: top;
}

#bottomCredits a:link {
	color: #FA971A;
	text-decoration: none;
}
#bottomCredits a:visited {
	color: #FA971A;
	text-decoration: none;
}
#bottomCredits a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#bottomCredits a:active {
	color: #FFCC00;
	text-decoration: none;
}

