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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(../images/background-color.png);
}
body {
	background-image: url(../images/homepage/background.png);
	background-repeat: repeat-x;
}
#wrapper {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 982px;
}
#flash {
	width: 982px;
}
#bottom-grey {
	width: 982px;
}
#top-line {
	width: 982px;
}
#nav {
	width: 982px;
}
#bottom-line {
	width: 982px;
}
#copyright {
	color: #CCCCCC;
	text-align: center;
	width: 982px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#member {
	text-align: center;
	width: 982px;
	padding-top: 15px;
	padding-bottom: 15px;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #F8DAA0;
}
a:active {
	color: #CCCCCC;
}
