a:link {
	color: #0099FF;
	text-decoration: none;
	
}
a:visited {
	color: #0099FF;
	text-decoration: none;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;

}
a:active {
	color: #0099FF;
	text-decoration: none;

}

a.footer:link {
	color: #000000;
	text-decoration: underline;
	
}
a.footer:visited {
	color: #000000;
	text-decoration: underline;

}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: none;

}
a.footer:active {
	color: #000000;
	text-decoration: underline;

}

html, body {
  padding: 0;
  margin: 0;
  background: #CCCCCC url(../images/backgrounds/1300x800-background-03.jpg) repeat center top;
  text-align: center;
}

.maincopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/backgrounds/white-box-transparent.png);
	line-height: 19px;
}

#wrapper {
	position: relative;
	width: 950px;
	display: block;
	margin: 0 auto;
	top: 10px;
	min-height: 400px;
	/*margin: 10px auto;*/
	top: 0;
}
