@charset "utf-8";
/* CSS Document */

body, html, #wrapper {
	margin: 0;
	padding: 0;
	border: none;
	height: 100%;
    text-align: center;
}
body {
	background-image: url(images/piegrad.png);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Tahoma, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 12px;
}

#wrapper {
    margin: 0 auto;
    width: 742px;
	text-align: left;
	vertical-align: middle;
} 
#links {
    text-align: center;
}
a:link,
a:visited,
a:active
{
	background: transparent;
	color: #000000;
	text-decoration: none;
}

a:hover
{
	background: transparent;
	color: #3F538D;
	border-bottom: 1px dotted #3F538D;
}