
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url('');
	background-color: #CCCC99 !important;
}

/*------------------header_fs.tpl------------------*/
#fs-header {
	height: 22px;
	background-image: url('http://root.kidoons.com/themes/christmas/images/fullscreen/header_fs_game_middle.gif');
	background-repeat: repeat-x;
}

#fs-quit {
	float: right;
	width: 184px;
	height: 22px;
	text-indent: -9999px;
	background-image: url('http://root.kidoons.com/themes/christmas/images/fullscreen/header_fs_game_right.gif');
	background-repeat: no-repeat;
}

#fs-quit:hover {
	background-position: 0px -22px;
}

#fs-kidoons {
	float: left;
	width: 186px;
	height: 22px;
	text-indent: -9999px;
	background-image: url('http://root.kidoons.com/themes/christmas/images/fullscreen/header_fs_game_left.gif');
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}
/*----------------------------------------------*/