body {
	background: #001126 url(images/background2.png) repeat-x top;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	margin: 0;
}

#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(images/snowflake2.png) repeat-x top;
	text-align: center;
}
#content {
	width: 100%;
	height: 500px;
	background: url(images/holly.png) repeat-x top;
	padding: 20px 0 0 0;
}
#footer {
	height: 184px;
	background: url(images/bottom-holly.png) repeat-x bottom;
}
