/* Put your custom CSS here */

.ui-header{
	background-image	: url("img/header.jpg");
	-webkit-background-size	: 100% 41px;
	background-size		: 100% 41px;
	position		: relative;
	height			: 104px;
#	z-index			: 1;
}

.ui-icon-beginner {
	background : url("img/beginners_icon.png") no-repeat rgba(0, 0, 0, 0.0) !important;
}

.ui-icon-outline {
	background : url("img/outline_icon.png") no-repeat rgba(0, 0, 0, 0.0) !important;
}

.ui-icon-rule {
	background : url("img/rule_icon.png") no-repeat rgba(0, 0, 0, 0.0) !important;
}

.ui-icon-faq {
	background : url("img/faq_icon.png") no-repeat rgba(0, 0, 0, 0.0) !important;
}

.ui-icon-hint {
	background : url("img/hint_icon.png") no-repeat rgba(0, 0, 0, 0.0) !important;
}

.ui-icon-attention {
	background : url("img/attention_icon.png") no-repeat rgba(0, 0, 0, 0.0) !important;
}

.ui-icon-record {
	background : url("img/record_icon.png") no-repeat rgba(0, 0, 0, 0.0) !important;
}

.ui-icon-game_status {
	background : url("img/game_status_icon.png") no-repeat rgba(0, 0, 0, 0.0) !important;
}

.ui-icon-top {
	background : url("img/top.png") no-repeat rgba(0, 0, 0, 0.0) !important;
}

.ui-icon-reload {
	background : url("img/reload.png") no-repeat rgba(0, 0, 0, 0.0) !important;
}

.ui-icon-tw {
	background : url("img/tw.png") no-repeat rgba(0, 0, 0, 0.0) !important;
}

.ui-icon-info {
	background : url("img/info_icon.png") no-repeat rgba(0, 0, 0, 0.0) !important;
}