@font-face { font-family: 'bignoodle';
             src: url('BigNoodleTooOblique.otf') format('opentype'); }

body{
	margin:0px;
}

.game{
  background-color: red;
}

.loadingOverlay{
  position:absolute;
  background-color: black;
  width:960px;
  height:540px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
}

.button {
	cursor: pointer;
	position:absolute;
    background-color: #005179;
    border: none;
    color: white;
    padding: 20px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: bignoodle, arial, sans-serif;
	left: 140px;
	top: 415px;
    border-radius: 5px;
	transition: all 0.5s;
	box-shadow: 0 3px #999;
}

.button:active {
	background-color: #003f5e;
	transform: translateY(4px);
	box-shadow: 0 0px #666;
	left: 133px;
	top: 412px;
}

.button:hover {
    background-color: #006ca2;
    color: white;
	left: 133px;
	top: 412px;
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
    font-size: 40px;
}

.button:active span {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
    font-size: 42px;
}

.button:hover span {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
    font-size: 42px;
}

.mylogo{
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	max-width:960px;
	max-height:540px;
	opacity: 1;
}

.bg{
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	max-width:960px;
	max-height:540px;
	opacity: 1;
}

.version{
	position:absolute;
	top:2px;
	left:2px;
	font-family: bignoodle, arial, sans-serif;
    font-size: 8px;
	color:white;
}

#container {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 445px;
	top: 431px;
	width: 90px;
	height: 90px;
	position: absolute;
}

.ring{
	position:absolute;
	left: 10px;
	top:10px;
	width: 130px;
	height: 130px;
}

.oring{
	position:absolute;
	width: 150px;
	height: 150px;
}

#ringContainer
{
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 25px;
	top: 0px;
}

#ProgessDesc
{
	position:absolute;
	top: 391px;
	width: 960px;
	right: 225px;
	
	color:white;
	
	font-family: bignoodle, arial, sans-serif;
    font-size: 35px;
	text-align: center;
}

.box_textshadow {
    text-shadow: 0 0 3px #000000, 0 0 5px #000000;
}



































