html, body {
    margin  : 0;
    padding : 0;
    width   : 100%;
    height  : 100%;
    /*background-color: #31a0d2;*/
    background-image: url("../res/Sea.png");
    color: white;
    font-weight: bold;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	cursor: default;
}

table{
	cursor: default;
}

#Version{
	position: absolute;
	color: rgba(255, 255, 255, 0.2);
	float: left;
	bottom: 5px;
	left: 5px;
}

#GameText{
	position: absolute;
	color: rgba(255, 255, 255, 0.6);
}

#CopyRight{
	position: absolute;
	color: rgba(255, 255, 255, 0.2);
	float: right;
	bottom: 5px;
	right: 455px;
}

#Stats{
	font-size: 18px;
	width: 100%;
	height: 35px;
	background-image: url("../res/statsBg.png");
	background-repeat: repeat-x;
}

#Shop{
	float: right;
	width: 450px;
	height: 100%;
	background-image: url("../res/shopBg.png");
	background-repeat: repeat-y;
	overflow: auto;
}