body
{
	background-color: #FF8B14;
	background-image: url("../images/background_gradient.jpg");
}

div#page
{
	background-position: 30px 0px;
	background-image: url("../images/background_main.jpg");
}

div#page div#content
{
	height: 518px;
	margin-top: -20px;
	max-height: 1000px;
	text-align: center;
}

div#footer
{
	height: 80px;
	background-repeat: repeat-x;
	padding-top: 40px;
}


body.kaleidoscope,
body.groove_game,
body.mash_game
{
	background-color: #FDB120;
	background-image: url("../images/background_gradient2.jpg");
}

body.kaleidoscope div#page,
body.groove_game div#page,
body.mash_game div#page
{
	background-image: url(none);
}

body.kaleidoscope div#page div#content,
body.groove_game div#page div#content,
body.mash_game div#page div#content
{
	padding-left: 30px;
	margin-top: 0px;
}