html{
	height: 100%;
	}

body{
	background-color: #382E29;
	background-image: url('./img/bg_blocks.gif');

	margin-top: 16px;

	text-align: center;
	}

hr{
	border: 0;
	color: black;
	background-color: black;
	height: 2px;
	width: 276px;
	}

a{
	color: blue;
	}

#headline{
	font-size: 32px;
	}

#main{ /*Used only to horizontally position elements*/
	width: 600px;

	margin-left: auto;
	margin-right: auto;
	}


#header{
	width: 600px;
	height: 132px;

	overflow: visible;

	text-align: left;
	}

#footer{
	width: 600px;
	height: 24px;

	font-size: 12px;
	text-align: center;
	color: white;
	}

#credit{	
	font-size: 12px;
	text-align: center;
	color: white;
	}

#credit a{
	color: white;
	}

#middle{
	background-image: url("./img/bg_paper.gif");
	background-repeat: no-repeat;

	width: 600px;
	height: 368px;

	margin-left: auto;
	margin-right: auto;

	font-family: "Courier New";
	font-weight: bold;

	text-align: center;
	}

			#middle a{
				color: #AA0000;
				text-decoration: none;
				}

			.primary{	
				float: left;

				width: 276px;

				text-align: left;

				padding: 16px;
				padding-left: 20px;

				display: none;
				}

			.secondary{
				float: left;

				width: 256px;

				padding: 16px;

				text-align: center;

				display: none;
				}


			#screen_bar{	
				margin-top: 8px;
				text-align: center;

				margin-left: auto;
				margin-right: auto;
				}

			#screenshot{
				border: 0;
				}

			#click{
				position: absolute;

				border: 0;
				z-index: 30;

				margin-top: 194px;
				margin-left: 490px;
				}


			#paperB{
				background-image: url('./img/bg_paper2.gif');
				background-repeat: no-repeat;

				float: left; 

				width: 600px; 
				height: 440px; 

				margin-top: -32px;

				text-align: center; 

				display: none;
				}

			#div_con{
				display: none;
				}

			#contactform{
				text-align: center;
				font: bold 12px 'courier new'; 

				color:#000000;
				}			

			#con_addy{
				background-color: transparent; 

				border: 1px solid; 
				border-color: #000000;

				width: 180px;

				font: bold 12px 'courier new'; 

				cursor: text;
				}

			#con_textarea{
				background-color: transparent; 

				border: 1px solid; 
				border-color: #000000;

				width: 256px;
				height: 138px;

				font: bold 12px 'courier new'; 
				}

			#con_submit{ 
				background-color: transparent; 

				border: 1px solid; 
				border-color: #00 #00 #00 #00;

				font: bold 14px 'courier new'; 
				}

			#page2_fineprint{
				font-size: 12px;
				}