
      #left {
	position: absolute;
	width: 110px;
	height: 70%;
	top: 215px;
	left: 20px;
	color: #660033;
	}

     #right {
	position: absolute;
	width: 110px;
	height: 70%;
	top: 215px;
	right: 20px;
	color: #660033;
	}

      #footer {
	position: relative;
	width: 100%;
	height: 2%;
	left: 0;
	bottom: 0;
	right: 0;
	}

      form {
	display: inline;
	border: 5px outset #ff99cc;
	}

      form.footer {
	margin-left: 45%;
	width: 20%;
	border: 5px outset #ff99cc;
	}

      input {
	font-family: arial, serif;
	font-size: 1.2em;
	width: 100px;
	background-color: teal;
	color: #ffccff;
        text-align: center;
	cursor: pointer;
	}

