/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#header {
	width: 100%;
	height: 227px;
	padding: 0px 0 0px 0;
	clear: both;
	position: relative;
}

body {
	background:#76c9f0;
}

#main-content {	background: url(images/winterfest-background.jpg) repeat-y center 0; overflow: hidden; }

#footer { background: #e1e1e1 url(images/bg-footer-top.gif) repeat-x top left; padding: 25px 0 14px 0; margin-top:0px; }

