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

body {
	background-color: #6b6b6b;
}
.background {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #6B6B6B;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: lowercase;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
