@charset "utf-8";

html{
	padding: 0px;
	margin: 0px;
}

body{
	min-width: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #576F7E;
}

* html body{
	width: 100%;
	height: 100%;
	overflow: visible;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: underline;
}

div#game{
	text-align: center;
}

div#logo{
	position: absolute;
	width: 100%;
	height: 200px;
	top: 50%;
	margin-top: -100px;
	text-align: center;
}

div.message{
	width: 400px;
	padding: 10px;
	border: 2px solid;
	margin: auto;
	margin-top: 100px;
	background-color: #FCFCFC;
	color: #666666;
	font-weight: bold;
}

div.error{
	color: #CC0000;
}
