body { 
	background-color: azure; /* Color of my page */
	margin-left: 1%;          /* I took out the margins on the body */
	margin-right: 1%;         
	padding: 8px 4px 8px 4px;
     }
DIV.Links { 
            position: absolute;
            top: 10%;
            left: 10px;
/*             height: 350px; */
            width: 180px;
            font-height: 10pt;
            font-size: small;
            font-weight: bold;
            margin-bottom: 0%;
            border: 1px #CCCCCC;
            link-color: white;
            background-image: url("../images/gradient.gif");
/*            background-color: silver; */
            padding: 30px 2px 40px 10px;  /* I added 25% of padding on the left for the gradient */
          }

DIV.FeaturesBox {
            position: absolute;
            top: 80%;
            left: 10px;
            width: 180px;
            font-height: 10pt;
            font-size: medium;
            font-weight: bold;
            margin-bottom: 0%;
            background-color: #CAF0EC;
			border: 2px black;
            padding: 30px 10px 30px 10px;  /* I added 25% of padding on the left for the gradient */
}
