/* Capitol Hill Golf.com Main CSS  */

body {
	background-color:#427f01;
	background-image:url('htmlbg.jpg');
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	}

#content {	
	margin-top: -230px;
	margin-left: -335px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 670px;
	height: 460px;
	z-index: 4;
	}

#copyright {
	color:#ffffff;	
	margin-top: 230px;
	margin-left: 40px;
	position: absolute;
	font-family: sans-serif;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 10px;
	z-index: 5;
	font-size: 12px;
	}