html {
	margin-bottom: 0px;
	height: 100% !important;
	min-width: 970px;
	width: 100%;
}

body	{ 
  width: 100%;
  height: 100%;
  min-width: 970px;
  margin: 0;
  padding: 0;
  font-family: "Georgia";
  color: #461506;
  background-color: #FFFFFF;
  background-image: url('../temp/bodyBG.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}

.clearer {
  width: 100% !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clear: both;
}

/* links */

a, a:visited {
  color: #461506;
  font-weight: bold;
  outline: none;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

/* links end */

/* headers */

h1 {
  font-size: 18px;
  text-indent: -9999px;
  position: absolute;
  color: #461506;
}

h2 {
  font-size: 16px;
  color: #461506;
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-indent: -9999px;
}

/* headers end */



/* paragraphs */

p {
  font-family: "Georgia";
  font-size: 16px;
  font-weight: normal; 
  font-style: italic;
  text-decoration: none;
  text-align: justify;
  width: auto;
  margin: 0 0 12px 0;
  padding: 0;
}

.sorry {
  text-align: center;
  color: #8D2000;
  font-size: 18px;
  margin: 45px 0 0 0; 
}

/* paragrapsh end */



/* dividers */

.divHolder {
  width: 970px;
  margin: 0 auto;
  padding: 0 0 0 0; 
  clear: both;
}

div#page {
  width: 100%;
  height: auto;
  min-width: 970px;
  background: transparent url('../temp/pageBG.jpg');
  background-repeat: repeat-x;
  background-position: center top;
}

div#logo {
  width: 429px;
  height: 34px;
  padding: 0;
  margin: 62px 0 0 34px;
  background-image: url('../temp/logo.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  clear: both;
}

div#logo a {
  width: 429px;
  height: 34px;
  display: block;
  margin: 0 0 0 0;
  padding: 0;
}

div#logo a span {
  display: none;
}

div#fotka {
  width: 438px;
  height: 236px;
  float: left;
  margin: 13px 0 0 26px;
  background-image: url('../temp/img.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}

div#text {
  width: auto;
  height: auto;
  float: left;
  margin-left: 45px;
}

div.textik {
  width: 400px;
  float: left;
  margin: 35px 40px 0 40px;
}
