/*
Title:      	Catering Design stylesheet for screen media
Author:     	Karl Ridley, falling@happyleaves.com
Updated:    	20th July, 2008
*/


/* WRAPPERS */


html, body, #wrapper {
	height:100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: center;
	background: #f7f7f7 url(../jpg/bg-tile.jpg) repeat top left;
	}
	
#wrapper {
	background-color: #f7f7f7;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 940px;
	border: none;
	}
