#welcome {
	
	background-color:ececec;
	Width: 100%;
	height: 375px;
	margin-top: -25px;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	
	}
			
#welcometext {
	font-family: "Trebuchet MS", Verdana, serif;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	text: smaller;
	}
	
#footer {
	position: absolute;
	bottom: 0;
	background-color: #bebebe;
	width: 70%; /* See note below */
	text-align: center;
	padding: 0px 15%;
	padding-top: 15px;
	border-top: 1px solid;
	}

#footer {
    \width: 100%;
    w\idth: 70%;
	}