/*
Title:      	The Woolston Hotel stylesheet for screen media
Author:     	Karl Ridley, falling@happyleaves.com
Updated:    	2nd February 2009
*/


/* WRAPPERS */


html, body, #wrapper {
	height:100%;
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: center;
	background: #ffffff url(../jpg/vertical-lines.jpg) repeat-y top center;
	}
	
#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 890px;
	border: none;
	}

