
.container {
	border-width: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	top: 25px;
	position: relative;
	height: auto;
}
.header{
	border-width: 0px;
	height: 120px;
	width: 950px;
	position: absolute;
	background: white;
	color: #393c3e;
	
}

#logo {
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	color: red;
}

.menux {
	font-weight: bold;
	font-size: 10px;
	font-family: Helvetica;
	letter-spacing: 4px;
	bottom: 10px;
	position: absolute;
	
}

.menux a {
	text-decoration: none;
	color: #393c3e;
}

.menux a:hover {
	color: red;
}

#aboutus {
	left: 35px;
	position: absolute;
}

#supporters {
	left: 155px;
	position: absolute;
}

#learnmore {
	left: 300px;
	position: absolute;
}

#sleeptips {
	left: 445px;
	position: absolute;
}

#contactus {
	left: 590px;
	position: absolute;
}

.mnimg {
	border-width: 0px;
	width: 950px;
	position: absolute;
	top: 120px;
	
}

.bodybg {
	border-width: 0px;
	width: 910px;
	position: absolute;
	top: 364px;
	background-color: #393c3e;
	height: 500px;
}

.textarea {
	letter-spacing: 0.5px;
	line-height: 21px;
	font-size: 12px;
	font-family: Helvetica;
	color: white;
	border-width: 0px;
	width: 400px;
	position: absolute;
	right: 105px;
	height: auto;
}

h4 {
	letter-spacing: 3px;
}




