@charset "utf-8";
#submitted {
	position:absolute;
	left:596px;
	top:796px;
	width:243px;
	height:116px;
	z-index:1;
	background-color: #C7EDC6;
	visibility: hidden;
}

#contact {
	visibility: hidden;
}
#pricing {
	visibility: hidden;
}
#about {
	visibility: hidden;
}

#home {
	visibility: hidden;
}
#portfolio {
	visibility: hidden;
}
/* CSS Document */

#container {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	color: #000000;
	background-color: #c7edc6;
	background-position: center;
	padding: 10px;
}
#content {
	background-color: #C7EDC6;
	padding: 10px;
}
#footer {
	padding: 3px;
	font-size: 12px;
	color: #003300;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
