﻿html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, embed, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li.liReset, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	color:#fff;
}
body {
	line-height: 1;
	font: 90%/1.5em helvetica, Arial, sans-serif;
	background: #999999;
}
/* CSS Reset - End */
#divContainer {
	min-width: 960px;
}
#divHeader {
	height: 100px;
	position: fixed;
	top: 20px;
	left: 400px;
	width: 100%;
	min-width: 960px;
	z-index: 1000;
	/*background:url('../images/LogoGK.png') no-repeat center top;*/
}
#divPattern {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url('../images/bgTile.png');
}
#divBgImage, #divBgImage table, #divBgImage td {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#divBgImage {
	position: fixed;
}
#divBgImage div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
}
#divBgImage td {
	vertical-align: middle;
	text-align: center;
}
#divBgImage img {
	min-height: 50%;
	min-width: 50%;
	margin: 0 auto;
}
#divLoader {
	bottom: 0px;
	position: fixed;
	z-index: 90;
	width: 100%;
	height: 16px;
}
#divLoader span {
	line-height: 12px;
	display: block;
	margin: 0 0 2px 0;
	padding-left: 5px;
	font-size: 0.6em;
}
#divLoader div {
	display: block;
	background: #102952 url('../images/loader.gif');
	height: 2px;
	bottom: 0px;
}
#divWrapper {
	width: 100%;
	height: 100%;
	position: absolute;
}
#divWrapper table {
	width: 960px;
	/*height: 50%;*/
	margin: auto;
	vertical-align: middle;
}
#divWrapper table tr td {
	height: 100%;
	vertical-align: middle;
}
/*
#divContent {
	margin: 35px auto 45px auto;
	width: 960px;
	position: relative;
	/*overflow: hidden;*/
}
#divSiteTitle {
	margin-bottom: 15px;
	/*float: left;*/
	margin-left:40px;
}
#divSiteTitle img {
	display: block;
	float: left;
}
#divPhotoInfo {
	position: fixed;
	bottom: 5px;
	/*right: 88px;*/
	z-index: 100;
	font-size: 0.75em;
	color: #FFFFFF;
	padding: 0px 3px;
	height: 22px;
}
#divPhotoInfo .aShowBG{
	height: 14px;
	display: block;
	line-height: 14px;
	border: 1px solid #ffffff;
	padding: 0 3px;
	margin: 3px 0 0 3px;
	color: #FFFFFF;	background: #c42020;

}
#divPhotoInfo .aShowBG:hover {
	background: #c42020;
}

