@charset "utf-8";
/* CSS Document */

/*body information*/
/*1em = 16px*/
body {
		background: silver url(http://www.keithgallistel.com/errors/images/foreground.jpg) repeat-x 0% 100%;		
		font: "Times New Roman", Times, serif;
		font-size: 100.01%;
		line-height: 1.5em; /* 16px*1.5em=24px */
		position: relative;
		margin-left: 0px;
		margin-bottom: 0px;
		height: 100%;
		width: 100%;
	}

p {
		font-size: 1em; /* 16px*1em=16px */
	}

img{
		position: relative;
		margin: 0px auto 0px auto;
	}

#zsky{
		background: transparent url(http://www.keithgallistel.com/errors/images/black_sky.png) repeat-x top left;
		margin: 0px;
		padding: 0px;
		position: absolute;	
		height: 512px;		
		width: 100%;
		z-index:100;
	}
	
#content{
		background-image:url(http://www.keithgallistel.com/errors/images/nuke_blast_expanded_32.png);
		background-repeat: no-repeat;
		background-position: top center;
		margin: 0px;
		padding: 0px;
		position: relative;	
		overflow: hidden;
		height: 50%;		
		width: 100%;
		z-index:200;
	}
	
#center_box{
		background: transparent url(http://www.keithgallistel.com/errors/images/pipe.png) no-repeat bottom center;
		margin: 0px auto 0px auto;
		padding: 0px;
		position: relative;
		height: 1167px;
		width: 500px;
		z-index:300;
	}
	
#sign_one{
		background-color: red;
		border: 1px black solid;
		color: white;
		font-weight: bolder;
		margin: 0px auto 7px auto;
		padding: 0px 2px 0px 5px;
		width: 450px;
		position: relative;
		z-index:400;
	}

#sign_two{
		background-color: yellow;
		border: 1px black solid;
		color: black;
		font-weight: bold;
		margin: 7px auto 0px auto;
		padding: 0px 2px 0px 5px;
		width: 450px;
		position: relative;
		z-index:400;
	}	