<
#container {
	background-color: pink;
	width: 80%;
	margin-left: 10%;
	/*height: 800px;*/
}


.title{
margin: 10px;
height: 200px;
width: 1880px;
background-color: lightblue;
float: none;
clear: both;
font-size: 48pt;
}

/*This will be for the links*/
.linkhome{
	margin: 10px;
	width: 140px;
	background-color: lightblue;
	font-size: 24pt;
	float: none;
}


.text{
	margin: 10px;
	width: 500px;
	background-color: lightblue;
	float: none;
	clear: both;
	font-size: 36pt;
}