﻿html {

	background-color: rgb(205,133,63);

	}

body {
	width: 100%;

	}

div#main {
	
	position: relative;
	width: 1000px;
	margin: auto;
	margin-top: 10px;
		
	}

a {

    outline: none;

    }

a#door {

	position: absolute;
	background-image: url("schoolSlide.jpg");
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height: 107px;
	width: 388px;
	text-decoration: none;
	top: 240px;
	left: 346px;
	z-index: 2;
	text-indent: -9999px;

	}
	
a#door:hover {
	
	background-position: -388px 0px;

	}


img#school {

	display: block;
	z-index: 1;
	margin: auto;	
	
	}

h1 {

	text-indent: -9999px;

	}

p {

	text-indent: -9999px;

	}