body {
	margin: 0px;
	padding: 0px;
	background-color: #754BBD;
	background-image: url(images/grad_bg.png);
	background-repeat: repeat-x;
}
.bg01 {
	border: 1px solid #000000;
	background-color: #CCCCCC;
	height: 100%;
	background-repeat: no-repeat;
	background-image: url(images/bg01.jpg);
}
.maintext {
	font-family: 'Actor', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 20px;
	padding: 20px;
	text-align: center;
}
.links {
	font-family: 'Actor', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align:center;	
}
a:link {
	font-family: 'Actor', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align:center;
	text-decoration: none;	
}
a:visited {
	font-family: 'Actor', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align:center;
	text-decoration: none;		
}
a:hover {
	font-family: 'Actor', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #a9173e;
	text-align:center;
	text-decoration: none;		
}
a:active {
	font-family: 'Actor', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-align:center;
	text-decoration: none;		
}.construction {
	font-family: "Arial Black", Impact;
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

