/* Finite Arts Web CSS © 2010 Hal Barwood */

/* tags */

body	{ background-color: #222220; }

h1	{ font-family: "Arial", "Helvetica", sans-serif; font-style: italic; font-size: 32px; font-weight: 600; line-height: 32px; white-space: nowrap; color: #FF9900; }
h2	{ font-family: "Arial", "Helvetica", sans-serif; font-style: italic; font-size: 16px; font-weight: 400; line-height: 20px; color: #00CC99; }
p	{ font-family: "Arial", "Helvetica", sans-serif; font-size: 14px; font-weight: normal; color: #FFFFFF; }
ul	{ font-family: "Arial", "Helvetica", sans-serif; font-size: 16px; font-weight: normal; color: #FFFFFF; }


a:link		{ text-decoration: none; color: #FFCC00; }
a:visited	{ text-decoration: none; color: #FFCC00; }
a:focus		{ text-decoration: none; color: #FFFFCC; }
a:hover 	{ text-decoration: none; color: #FFFFCC; }
a:active	{ text-decoration: none; color: #FF9900; }


/* classes */


.background
{
	position: relative; left: 0px; top: -5px;
	width: 960px; height: 610px;
	margin-left:auto; margin-right:auto;
	padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;
	z-index: 3;
	background-color: #222220;
}


.game
{
	position: relative; left: 0px; top: 0px;
	width: 800px; height: 600px;
	margin-left:auto; margin-right:auto;
	padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;
	z-index: 3;
	background-color: #282808;
}


.exit
{
	position: absolute; top: 538px; left: -95px;
	width: 88px; height: 46px;
	padding-left: 0px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px;
	z-index: 1; overflow: hidden;
	background-color: #282808;
}


.savehelp
{
	position: absolute; top: 400px; left: 815px;
	width: 200px; height: 300px;
	padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px;
	text-align: left;
	z-index:2; overflow: hidden;
	background-color: #222220;
}


