@import url('reset.css');

body {
	background: url(../images/bg.jpg);
}

#avs-main {
	background: url(../images/avs-main-bg.png) repeat-y;
	width: 1002px;
	margin: 0px auto;
}

#avs-header {
	background: url(../images/avs-logo.jpg) no-repeat;
	width: 1000px;
	height: 175px;
	margin: 0px auto;
}

#home-link {
	display: block;
	width: 660px;
	height: 100px;
	position: relative;
	top: 20px;
	left: 165px;
}

#join-now {
	position: relative;
	top: 30px;
	left: 340px;
}

#members {
	position: relative;
	top: 30px;
	left: 355px;
}

#fhg-main {
	background: url(../images/fhg-main-bg.png) repeat-y;
	width: 907px;
	margin: 0px auto;
}

#fhg-header {
	background: url(../images/fhg-logo.jpg) no-repeat;
	width: 905px;
	height: 174px;
	margin: 0px auto;
}

#fhg-header a {
	display: block;
	width: 660px;
	height: 100px;
	position: relative;
	top: 20px;
	left: 115px;
}

#avs-thumb-block {
	background-color: #000;
	width: 1000px;
	margin: 0px auto;
}

.border {
	background: url(../images/border.png) repeat-x;
	height: 1px;
}

#avs-thumb-block table {
	border-collapse: separate;
	border-spacing: 7px;
	margin: 0px auto;
}

#avs-thumb-block td {
	background: url(../images/avs-thumb.jpg) no-repeat;
	width: 240px;
	height: 180px;
}

#avs-thumb-block td a {
	display: block;
	width: 240px;
	height: 180px;
}

#fhg-thumb-block {
	background-color: #000;
	width: 905px;
	margin: 0px auto;
}

#fhg-thumb-block table {
	border-collapse: separate;
	border-spacing: 7px;
	margin: 0px auto;
}

#fhg-thumb-block td {
	background: url(../images/fhg-thumb.jpg) no-repeat;
	width: 290px;
	height: 290px;
}

#fhg-thumb-block td a {
	display: block;
	width: 290px;
	height: 290px;
}

#avs-access-block {
	background-color: #1f1b18;
	width: 1000px;
	height: 115px;
	margin: 0px auto;
}

#avs-access-block a {
	display: block;
	width: 777px;
	height: 85px;
	margin: 0px auto;
	position: relative;
	top: 15px;
}

#fhg-access-block {
	background-color: #1f1b18;
	width: 905px;
	height: 130px;
	margin: 0px auto;
}

#fhg-access-block a {
	display: block;
	width: 777px;
	height: 85px;
	margin: 0px auto;
	position: relative;
	top: 30px;
}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	width: 1000px;
	height: 187px;
	margin: 0px auto;
}

#footer a {
	display: block;
	width: 540px;
	height: 100px;
	position: relative;
	top: 65px;
	margin: 0px auto;
}