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


body {
	background-color: #e6e6e6;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
a {
	color: #00A9DD;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #00A9DD;
	text-decoration: underline;
}

a img {
	border: none;
}
.bottom {
	background-image: url(images/bottom.png);
	height: 150px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	
}
.copy {
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#CCC;
	height: 30px;
    width: 500px;
	padding: 75px 0 0 10px; 

	
}.text {
	font-family: "Segoe UI", "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #8F8F8F;
}
