﻿body {
	background-image:url('../Images/header.jpg' );
	background-repeat:repeat-x;
	width:100%;
	min-width:970px;
	color:#F0F0EA;
}


.header {

	width:970px;
	height:69px;

	top:0px;

}
	
.logo {
	width:100px;

	}
	
.container {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	top:0px;

}

.nav {
	padding-left:20px;
	float: right;
	margin-top:28px
}

.banner{
	width:970px;
	background:#EFF0EB;
}

.nestlogo {
	top:0px;
	width:114px;
	height:47px;
}

.content {
	color: #000000;
	background: repeat-x #b7b8bd;
	padding:20px;
	font-family: "Lucida Sans; lucida grande";
height:285px;
	}
	
.signup {

	width: 279px;
	height: 242px;
	float: right;
	background-image: url('Images/signupbackground.png');
	border: 4px #aeafb4 solid;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: "Lucida Sans";
}
	
}
