body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image: url('images/grad.png');
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: repeat-x;
	font-family: Verdana;
	color: #999999;
	font-size: 12px;
}

html { overflow: auto }

#content {
	margin-left: 35px;
	margin-top: 30px;
}

#dots {
	background-image: url('images/dotbg.gif');
	background-repeat: repeat-x;
	margin-top: 28px;
	background-attachment: scroll;
	height: 6px;
	width: 100%;
}

#recruit {
	position: absolute;
	left: 430px;
	top: 186px;
}

#contact {
	display: none;
	position: fixed;
	top: 190px;
	left: 129px;
	width: 100px;
}

input, textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #bfbfbf; color: #999999;
	font-family: Verdana; font-size: 11px;
	width: 170px
}

img { border-style: none; }