@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #609;
}
a {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}
/* Start of page loader settings */
.no-js #loader { display: none; }
.js #loader { display: block; }
.loading {
	background-color: white;
	background-image: url("../images/loading.gif");
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999;
}
/* End of page loader settings */
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	height: 900px;
	}
#mainContent {
	padding: 100px 150px 0;
	text-align: center;
	line-height: 1.5;
	background: url(../wallpapers_bgrounds/bg_2peacocks.jpg) no-repeat fixed center 100px;
	margin-top: 0px;
	color: #609;
	font-family: "Comic Sans MS", cursive;
}
#title {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	z-index: 5;
	}
.timezone {
	color: #FFF;
	font: 11px Arial, Helvetica, sans-serif;
}
.smallprint {
	font-size:12px;
}

#timezone {
	margin-top: 50px;
	width: 100%;
	height: 41px;
	position: fixed;
	top: 0px;
	z-index: 6;
}	
#outline {
	height: 100%;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 5;
	background: url(../wallpapers_bgrounds/PillarsTigersPeacock.png) no-repeat center top;
}
#wallpaperLeft {
	height: 100%;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: url(../wallpapers_bgrounds/wallpaper_left.png) repeat-y fixed;
	left: 0px;
}
#wallpaperRight {
	height: 100%;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background: url(../wallpapers_bgrounds/wallpaper_right.png) repeat-y fixed right top;
}
#Logo {
	position:fixed;
	width:106px;
	height:89px;
	z-index:1;
	background: url(../jankeithlogo.png) no-repeat center center;
	margin-right: auto;
	margin-left: 40px;
	float: left;
}
#feedjit {
	position:absolute;
	left:200px;
	top:650px;
	width:210px;
	height:auto;
	z-index:6;
}
