/* 
#===============================# 
#    @author: William Gillihan	#
#	@copyright: gillhan.us		#
#===============================# 
*/
	body {
		width: 100%;
		height: 1175px;
		background-color: #FFFFFF;
		background-image:url('../images/gradient-1x600.png'), url('../images/gradient-1x600rev.png');
		background-position: left top, left bottom;
		/*background-size: 100% 100%;*/
		background-repeat:repeat-x;
	}
	.container {
		position: relative; 
		width: 300px;
		color: #000069;	
		text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 3px 3px 5px blue;		
		font-weight: bold;
		margin:auto;
		border-style: outset;
		border-width: 2px;
		border-color: #CCCCCC;
		border-radius: 5px;
		box-shadow: 5px 5px 10px #000000;
		background-color: #BBBBBB;
		background:url('../images/gradient-1x100.png');
		background-size: auto 100%;
		background-repeat:repeat-x;
	}
	#qrcode1 {
		display:none;
	}
	.center {
		text-align:center;
	}
	.small {
		font-size:0.5em;
	}
	