/* main.css - for main page */


        .header {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 1240px;
		height: 155px;
		border-style: solid;
		border-width: 0px;
                background-image:url("images/Background.jpg");
		border-color: black;
		}
			
	   .ads {
		position: absolute;
		left: 0px;
		top: 159px;
		width: 245px;
                height: Auto;
		border-style: solid;
		border-width: 0px;
		border-color: White;
                background-image:url("images/footballs.jpg");	
		}

          .Main {
		position: absolute;
		left: 229px;
		top: 159px;
		width: 756px;
                height: 775px;
		border-style: solid;
		border-width: 0px;
		border-color: White;
		background: Gray;
                color: Black;
	        }

          .Main a:link {
	        text-decoration: underline;
	        color: Blue;
	        }

          .Main a:visited {
	        text-decoration: underline;
	        color: Blue;
	        }

          .Main a:active {
	        text-decoration: underline;
	        color: Blue;
	        }
        .header a:link {
	        color: Black;
	        }

        .header a:visited {
	        color: Black;
	        }

        .header a:active {
	        color: Black;
	        }

 	.Right {
		position: absolute;
		left: 985px;
		top: 155px;
		width: 255px;
                height: 1850px;
		border-style: solid;
		border-width: 0px;
		border-color: White;
		background-image:url("images/Background.jpg");
                color: gray;
	        }

 	.Bottom {
		position: absolute;
		left: 230px;
		top: 950px;
		width: 756px;
                height: 1055px;
		border-style: solid;
		border-width: 0px;
		border-color: White;
		background-image:url("images/Background.jpg");
                color: gray;
	        }

	.ads a:link {
	        text-decoration: underline;
	        color: Blue;
	        }

         .ads a:visited {
	        text-decoration: underline;
	        color: Blue;
	        }

         .ads a:active {
	        text-decoration: underline;
	        color: Blue;
	        }