@charset "UTF-8";
/* CSS Document */

/*This website was designed by Charlie Ryan for A1 Motorist Center. Any Unauthorised replications of this website, its code, or any of the images, may result in prosecution*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(../bgRepeatTop.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}


#mainContainer {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#textContainer {
	margin: 0px;
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

