body {
	background-color: #00AEEA;
	padding:0;
	height:100%;
	margin: 0;
	border: none;
}

/* Main Layout Styles */
#page {
	position: absolute;
	min-height: 100%;
	height: 100%;
	background-color: #00AEEA;
	width: 100%;
	top: 0;
	left: 0;
}
#topbar {
    margin-left: 0px;
    margin-right: 0px; 
    background-color: #00AEEA;
	width: 100%;
}
#content {
    margin-left: 0px;
    margin-right: 0px; 
    background-color: #00AEEA;
	width: 780px;
}
#topline {
	height: 100%;
	width: 100%;
	padding-top: 5px;
	border-top: 1px dotted #00AEEA;
}
#bottomline {
	height: 100%;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #00AEEA;
}
#sample {
	padding: 5px;
	border: 2px solid #00AEEA;
	background: #C1E7FC;
}