
body {	background-color: #523370; 
	font-family: verdana; 
	min-width: 1020px; }

h1 {	text-align: center;
	color: #000000; }

div { 	color: #FFFFFF;
	text-align: center; 
	
	/*This sets the border to a light green and solid.*/
	border-color: #39865F;
	border-width: 3px;
	border-style: solid;}

#main {	background-color: #FFFFFF;

	/* This sets the position of the object to be fixed in the middle of the page. */
	position: relative;
	/*left: 18.5%;*/
	left: 230px;
	width: 780px;
	top: -120px;

	/* This sets the border to a light purple and solid.*/
	border-color: #A366E0;
	border-width: 3px;
	border-style: solid;

	/* Sets the font to black. */
	color: #000000; 
	padding: 10px; }

#left { background-color: #5FDF9F; 

	/* This sets the position of the object to always be on the left side of the page. */
	position: relative;
	width: 200px; 
	text-align: left; 
	padding: 5px;  }

#right { background-color: #5FDF9F;

	/* This sets the position of the object to be on the right side of the page. */
	 position: relative;
	 width: 200px;
	 left: 1050px;
	 top: -580px;
	 padding: 5px; }