/* 
 *	home.css - main styles used on the home page
 *
 *	Developed by e4education (www.e4education.co.uk)
 */
 
#header		{
	display: none;
	}
	
#footer	{
	clear: both;
	background-image: url(../images/design/home/mainhome.jpg);
	width: 762px;
	height: 591px;
	margin-bottom: 10px;
	padding: 0px;
	color: #FFF;
	}
	
#footer a	{color: #FFF}

#footercopy {
	width: 350px;
	float: left;
	text-align: center;
	margin: 110px 0px 10px 210px;
	padding: 0px;
	color: #EC4D00;
	font-size: 85%;
	display: inline;
	}

#footercopy a { 
	color: #EC4D00;
	}

#prospectus {
	width: 150px;
	display: inline;
	float: left;
	text-align: center;
	margin: 200px 0px 0px 570px;
	color: #00348A;
	font-weight: bold;
	line-height: 130%;
	}

#prospectus a {
	color: #00348A;
	text-decoration: underline;
	}

#enter {
	width: 130px;
	height: 55px;
	margin: 200px 0px 0px 602px;
	position: relative;
	z-index: 200;
	float: left;
	display: inline;
	}

#enter  a {
	display: block;
	width: 130px;
	height: 55px;
	text-indent: -5000px;
	}