
html, body {margin: 0; padding: 0; border: 0;}

body {
	text-align: center;
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana, Sans-serif; 
}

img {
	border: none;
}


a {
 	color: #336633;
 	text-decoration: underline; 
}

a:hover {
 	text-decoration: none; 
}

a:visited {
 	color: #FF7800;
}

hr 
{
	width: auto;	
	}


/************************************************************************** DIV */

#Skeleton {
	display: block;
	position: relative;
	margin: 20px auto;
	width: 820px;
	height: 665px;
	text-align: left;
	background: url(../img/startbg.jpg) no-repeat left top;
}

#School1 {
	display: block;
	position: absolute;
	width: 220px;
	height: 25px;
	top: 520px;
	left: 200px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}


#School2 {
	display: block;
	position: absolute;
	width: 220px;
	height: 25px;
	top: 520px;
	left: 450px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}



















































































