/* CSS Document */
/* littleredcircles.co.uk/jj/ */

body {
	background-color: #75809A;
}


/* 

The content DIV is nested inside horizonHoldLine

the content DIV, when you have input you height and width
margin-left: is half the width &
top: is half the height

 */
#horizonHoldLine {
	background-color: #75809A;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#content {
	background-color: #75809A;
	margin-left: -390px;
	position: absolute;
	top: -210px;
	left: 50%;
	width: 780px;
	height: 420px;
	visibility: visible;
}
