﻿/* base css for coachleasing.com 
designed by fourthlife.co.uk */

body {
	background:silver;
}

#container {
	background-color:black;
	width:900px;
	height:500px;
	border:1px black dotted;
	
}

h1 {
	font-family:verdana,helvetica,sans serif;
	font-size:small;
	color:black;
	margin:10px;text-align:center;
	background-color:white;
	border:thin gray dotted;
}