@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/water-bg.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #88cfe5;
}
#content {
	background-image: url(images/supersunday_02.png);
	font-family: tahoma;
	color: #2F2F2F;
}
.attention {
	font-family: tahoma;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.bold-font {
	font-weight: bold;
}
