body {
  background-image: url(tank.jpg);
  min-width: 490px;
  text-align: center;
}

#page {
  display: block;
  padding: 0;
  margin: 15px auto 15px auto;
  width: 800px;
}

#header {
  text-align: center;
  background-image: url(map4.jpg);
  background-position: bottom center;
}

#main {
  clear:both;
  padding: 0;
  margin: 0;
}

#left {
  float: left;
  width: 140px;
  padding: 8px 0 8px 0;
  margin: 0;
  text-align: left;
  font-family: Courier New, Courier, monospace;
}

#left_cikk {
  float: left;
  width: 140px;
  padding: 8px 0 8px 0;
  margin: 0;
  text-align: left;
  font-family: arial, helvetica, sans-serif;
}

#right {
  position: relative;
  float: left;
  width: 630px;
  padding: 8px 0 8px 16px;
  text-align: left;
  font-family: arial, helvetica, sans-serif;
}

#footer {
  clear: both;
  font-family: arial, helvetica, sans-serif;
  font-size: small;
}

#header h2 {
  font-size: 24px;
  font-style: italic;
  margin: 5px 0 5px 0;
}

#header h1 {
  font-weight: bold;
  font-size: 77px;
  margin: 5px 0 5px 0;
}

#menu ul {
	padding: 0;
	margin: 0;
  list-style: none;
	text-align: center
}

#menu li {
	display: inline;
	font-weight: bold;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif
} 

#left ul {
  list-style: none;
}
#left_cikk ul {
  list-style: square;
  white-space: normal;
  overflow: normal;
  font-stretch: ultra-condensed;
}

#image-container {
  width: 660px;
}

#image {
  position: absolute;
}

#image img {
  border: 1px solid black;
}

#imagesel {
  position: absolute;
  background-color: yellow;
}

#imagesel img {
  border: 2px solid yellow;
}
#image a {
  text-decoration: none;
}
#image a:visited {
  text-decoration: none;
}
#image a:hover {
  text-decoration: underline;
}
#imagesel a {
  text-decoration: none;
}
#imagesel a:visited {
  text-decoration: none;
}
#imagesel a:hover {
  text-decoration: underline;
}

ul {
  align: center;
}

.title {
  font-size: xx-large;
  font-weight: bold;
}

.subtitle {
  font-style: italic;
  font-size: x-small;
}

a {
  color: #000;
}
a:visited {
  color: #333;
}

#img-title {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  width: 100%;
}

h4 {
  font-family: arial, helvetica, sans-serif;
  font-size: 12px;
}

#donate {
  text-align: center;
}

#contact {
  text-align: center;
}

#contact table {
  text-align: left;
}
