html {
	font-size:100.01%;
	height: 100%;
}

body {
  background-color:#000000;
  background-image:url(http://apocalypsemeow.net/images/background.jpg);
  background-position:top;
  background-repeat:no-repeat;
  margin: 0;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height:20px;
  color: #dfc582;
  height: 100%;
}

/* text styles */

a { text-decoration:none; color:#b9bba9;}
a:focus { outline:none; }
a:link { color: #b9bba9; }
a:visited {	color: #b9bba9; }
a:hover { color: #b9bba9; text-decoration:underline; }
a:active { color: #b9bba9; }

.footertext {
	font-size:10px;
	line-height:15px;
}

.header{
	font-size:24px;
	font-weight:bold;
}

.headergreen {
	colore:#f4c97c;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
}

/* end text styles */

img { border:none; }

/* rounded table corners */

.curvedbrown {
-moz-border-radius:10px;
-webkit-border-radius:10px;
background-image:url(http://apocalypsemeow.net/images/brown.png);
background-repeat:repeat;
border: 1px solid #dfc582;
padding: 10px;
behavior:url(http://apocalypsemeow.net/css/border-radius.htc);
}

.curvedgreen {
-moz-border-radius:10px;
-webkit-border-radius:10px;
background-image:url(http://apocalypsemeow.net/images/green.png);
background-repeat:repeat;
border: 1px solid #dfc582;
padding: 10px;
behavior:url(http://apocalypsemeow.net/css/border-radius.htc);
color:#f4c97c;
}



/* rounded table corners */