			table td
			{
				border: 1px solid black;
				text-align: center;
			}
			
			table tr
			{
				border: 2px solid black;
			}
			
			table
			{
				border-collapse: collapse;
				text-align: center;
				margin: 0 auto;
				background-color: #fdfdfd;
				box-shadow: 0 0 32px #000;
				opacity: 0.95;
			}
			
			body
			{
				background-color: #6E5852;
				position: relative;
				background-image: url("bg1.jpg"); 
				background-repeat: repeat;
				background-attachment: fixed;
			
			}	
			
			.text
			{
				border-radius: 8px;
				width: 70px;
				background-color: #CACACA;
			}
			
			.input
			{
				background-color: #CACACA;
			}	
			
			.text:focus, .input:focus
			{
				outline: none;
				background-color: #fff;
				
			}

			#form, #output
			{
				font-family: Arial;
			}
			
			#form
			{
				font-size: 16px;
				position: fixed;
				width: 98.5%;
				border: 4px solid black;
				padding: 5px;
				border-radius: 6px;
				background-color: #6D6D6E;
				margin-top: -12px;
				opacity: 0.9;
				box-shadow: 0 0 32px #000;
				z-index: 1;
				
			}
			
			#ouput
			{
				position: relative;
			}
			
			#result
			{
				float: right;
				padding-right: 20px;
				margin-top: -1%; 
				
			}
			
			#weiss
			{
				text-align:center;
				margin: 0 auto;
				font-family: Baskerville;
				font-size: 96px;
				color: #CACACA;
				text-shadow: 4px 9px 12px #000,
						 1px -1px 0 #000,
						 -1px 1px 0 #000,
						 -1px -1px 0 #000,
						 1px 1px 0 #000,
						 0px 1px 0 #000,
						 1px 0px 0 #000,
						 -1px 0px 0 #000,
						 0px -1px 0 #000;
			}
			
			#weiss2
			{
				text-align:center;
				margin: 0 auto;
				font-family: Baskerville;
				font-size: 72px;
				color: #CACACA;
				text-shadow: 2px 7px 10px #000,
						 1px -1px 0 #000,
						 -1px 1px 0 #000,
						 -1px -1px 0 #000,
						 1px 1px 0 #000,
						 0px 1px 0 #000,
						 1px 0px 0 #000,
						 -1px 0px 0 #000,
						 0px -1px 0 #000;
			}
			
			.pImage
			{
				width: 390px;
			}
			
			#footer
			{
				width: 98.5%;
				background-color: #6D6D6E;
				height: 35px;
				bottom: 0;
				position: fixed;
				border: 4px solid black;
				padding: 5px;
				border-radius: 6px;
				margin-bottom: -18px;
				text-align: center;
				font-family: Arial;
				font-size: 14px;
				padding-top: 5px;
				opacity: 0.9;
				box-shadow: 0 0 32px #000;
			}
			
			#styleButton
			{
				margin-left: 10px;
			}
			
			.buttonStyle
			{
				border-radius: 4px;
				background: #CACACA;
			}
			
			.pImage:hover
			{
				-ms-transform: scale(1.01); /* IE 9 */
				-webkit-transform: scale(1.01); /* Chrome, Safari, Opera */
				transform: scale(1.01); /* Standard syntax */
			}
			
			/*#logo
			{
				position: fixed;
				float: left;
				top: 5px;
			}*/
			