body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bgrepeat.jpg);
	background-repeat: repeat-x;
}

#content {
	padding-left: 40px;
	padding-right:40px;
	padding-bottom:30px;
	padding-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#606060;
	text-align:justify;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#606060;
	text-align:center;
}
#links {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7e7e7e;
}
#links a {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7e7e7e;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
}
#links a:visited {
	color:#7e7e7e;
}
#links a:hover {
	color:#3b3b3b;
}
