/*************************************************************************************
Tutorial CSS Stylesheet
Title: Where are the Lincoln Cabs
Author: Ken Johnson
Created 1/13/2011

**************************************************************************************/


*{margin:0; padding:0;} /* clear all default CSS */


body {
	background-color: #2b2b2b;
	text-align:center;
}

.page{
	width: 600px;
	margin: auto;
	background-color: #fff;
	text-align: left;
}