html, 
body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

h1 {
	color:#006699;
	font-size: 3em;
}

#framecontent{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 200px; /*Width of frame div*/
	height: 2000px;
	background: #b7e1f4 url(images/logotop.gif) no-repeat;
	color: white;
	border-right: 1px solid #333;
}

#maincontent{
	padding: 50px;
	margin-left: 200px; /*Set left value to WidthOfFrameDiv*/
	background: #fff;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	border-left: 1px solid #333;
	min-height: 833px;
	height: auto !important;
	height: 833px;
	width: 1111px;
}

#nl-signup-form {
	margin: 10px 0px;
	padding: 15px;
	font-size: 1.5em;
	border: solid 2px;
	border-color: #EEF #666 #666 #EEF;
	background-color:#006699;
	color: #FFF;
	text-align: center;
}
.notice-copy {
	width: 450px;
	line-height: 1.5em;
}
