@charset "UTF-8";
/* CSS Document */

body {
	/*background-image:url(imgs/bg001.png);*/
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}

h1 {
	text-align:center;
}

h2 {
	color:#630;
}

#main {
	width:960px;
	height:auto;
	margin: 0 auto;
	text-align:center;
}

#xmas {
	width:960px;
	height:auto;
	margin:0 auto;
	text-align:center;
}

.green {
	color:#060;
}

.red {
	color:#C00;
}

.cakeTitle {
	font-size: large;
	color:#060;
}