@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	background-color:#030822;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	margin-top:50px;
	font-family:Arial, Helvetica, sans-serif;
}
#game {
	width:800px;
	height:500px;
	margin:0 auto;
	border: 4px solid #5d79a6;	
}
a:link {
	color:#FFFFFF;
	text-decoration:underline;
}
a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.error {
	width:400px;
	margin:0 auto;
	color:#FFFFFF;

}
	


