body {
	margin:0;
	padding:0;
	min-width: 525px;
}

h1 {text-align: center;
			color:purple;
			font-family:Algerian;
			font-size:24px;
}
#connect{
	font-family:Comic Sans MS;
	font-size: 18px;
	color: #b3ff66;
}
#p02{
	font-family: Comic Sans MS;
	font-size: 18px;
	color: purple;
}
header, footer {
   float: left;
   width: 100%;
   background-color: black;
   color: yellow;
   position: relative;
   font-size: 22px;
}

#wrapper {
   float: left;
   padding-left: 300px;
   padding-right: 300px;
   overflow: hidden;
}

#left_side {
   position: relative;
   float: left;
   width: 200px;
   background-color: grey;
   right: 200px;
   margin-left: -100%;
   margin-bottom: -2000px;
   padding-bottom: 2000px;
}

#right_side {
   position: relative;
   float: left;
   width: 200px;
   background-color: grey;
   margin-right: -200%;
   margin-bottom: -2000px;
   padding-bottom: 2000px;
}

#content_area {
   position: relative;
   float: left;
   background-color: grey;
   width: 100%;
   margin-bottom: -2000px;
   padding-bottom: 2000px;
}



