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

body {
	background: url(../img/bg.gif) top right;
	margin: 0;
	padding: 0;
}

body {
	font: normal 1em Verdana, Geneva, sans-serif;
	color: #785f31;
}

#gradient {
	background: url(../img/gradient-bg.jpg) top repeat-x;
	height: 1000px;
	overflow: visible;
}

#hand-left-container {
	width: 100%;
	background: url(../img/hand-left-container.png) top left no-repeat;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

a:link {
	color: #cb6253;
	text-decoration: underline;
}

a:visited {
	color: #176c76;
	text-decoration: none;
}

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

a:active {
	color: #ff0000;
	text-decoration: underline;
}

.clear {
	clear: both;
}

#hand-left {
	width: 235px;
	height: 660px;
	float: left;
	background: url(../img/hand-left.png) top no-repeat;
}

#hand-right {
	width: 310px;
	height: 645px;
	float: right;
	background: url(../img/hand-right.png) top no-repeat;
}

/* footer */

#members-enter-here {
	font: normal bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#webmasters {
	font-size: 75%;
	text-align: center;
	margin: 0 0 30px 0;
	padding: 400px 0 0 0;
}

#disclaimer {
	font-size: 62.5%;
	text-align: center;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

/* /footer */