@charset "utf-8";
			body {
				font-family:Century Gothic, verdana;
				font-size: 16px;
			}
			.background-image {
			  position: fixed;
			  left: 0;
			  right: 0;
			  z-index: -1;

			  display: block;
				background: url(images/newbg.jpg) no-repeat center center fixed;
			  width: 2000px;
			  height: 1000px;

			  -webkit-filter: blur(10px);
			  -moz-filter: blur(10px);
			  -o-filter: blur(10px);
			  -ms-filter: blur(10px);
			  filter: blur(10px);
			  
				background: url(images/newbg.jpg) no-repeat center center fixed;
				-webkit-background-size: cover; /* For WebKit*/
				-moz-background-size: cover;    /* Mozilla*/
				-o-background-size: cover;      /* Opera*/
				background-size: cover;         /* Generic*/
				/*transition: background 2000ms linear 0ms;*/
			}
			#logo {
				border-top-left-radius:35px;
				border-top-right-radius:35px;
				background:#ffffff;
				background-image:url('logo.png');
				background-repeat:no-repeat;
				height:100px;
				width:840px;
				margin-bottom:0px;
				position:relative;
			}
			#live {
				display: inline-block;
				z-index:100;
				background:#ffffff;
				width:840px;
				margin-top:0px;
				margin-bottom:0px;
				margin-left: auto;
				margin-right: auto;
				/*border-bottom-left-radius:5px;
				border-bottom-right-radius:5px;*/
				padding-bottom: 10px;
			}
			#live.sticky {
				position: fixed;
				background:#ffffff;
				top: 0;
				left: auto;
				right: auto;
				padding-bottom: 0px;
			}
			#wrapper {
				width:840px;
				margin: 0 auto;
			}
			#battery {
				height:25px;
				color:#ffffff;
				-webkit-transition: background 0.7s ease-in-out;
				-ms-transition:     background 0.7s ease-in-out;
				transition:         background 0.7s ease-in-out;
			}
			.batteryNormal{
				background: #00D900;
			}
			.batteryBlink{
				background: #00B300;
			}