@charset "utf-8";
body {
	font: 12pt Arial;
	background-image:url(../images/6.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
}
.oneColFixCtr #container {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #545454;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #F00;
	text-align: right; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.padding-top {
	padding-top:7px;
}
.anime-background {
	background-image:url(../images/dance.gif);
}
h1 {
	font-size: 28pt;
}
}
.button-background {
	background-image:url(../images/button.png);
	font-size: 12pt;
	color: #FF9;
}
a:link {
	color: #FF9;
	text-decoration:none;
}
a:visited {
	color: #FF9;
	text-decoration:none;
}
a:hover {
	color: #FFF;
	text-decoration:none;
}
a:active {
	color: #FF9;
	text-decoration:none;
}
.title1 {
	font-size: 14pt;
}
.redcolor {
	color: #FF0;
}
.recommended {
	font-size:10pt;
}