/****************************************/
/* Title: West Bridgford School 	*/
/* Created by: Charlie Gentle		*/
/* Website: www.charliegentle.co.uk	*/
/* Date: 12/10/08					*/
/****************************************/

/* Website Colours

Blue:			#00456a;
Yellow:			#fdb813;
Normal Text:		#343434;

/***** START Normalise CSS Rules *****/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,label,select,textarea,p,blockquote,th,td
{ 
	margin:0;
	padding:0;
}
body
{
	background-image: url("web-BG.JPG");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 40% 20%; 
	margin:0;
	padding:0;
	background-color:#00456a;
	font-family:"trebuchet ms";
	font-size:90%;
	Text-align: center;
}
.box {
	margin: 300px auto;
  	width: 300px;
  	text-align: left;
  	color: #555;
}

