body, html { padding: 0; margin: 0 }
body { font-family: Tahoma; font-size: 12px; color: white; background-color: black }
img { border-style: none }
a { text-decoration: none; font-size: 14px; color: white; font-weight: bold }
a:hover { color: #666666 }

#links { clear: both; text-align: center }
#links a { font-size: 14px; color: white; font-weight: bold }
#links a:hover { color: #666666 }

#contacts { margin-top: 20px; font-size: 15px; margin-bottom: 30px; height: 388px; overflow: auto; text-align: center }

#welcome #logo { margin-top: 230px; margin-bottom: 160px; text-align: center }

#content { width: 800px; margin: auto }
#content #logo { margin-top: 20px; margin-bottom: 10px }
#content #title { font-size: 16px; font-weight: bold; margin-bottom: 15px; text-align: center }
#content #viewer { width: 800px; height: 450px; text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 20px; margin-top: 20px }
#content #viewer #loading { position: absolute; z-order: 2; background-color: black; width: 300px; display: none; height: 73px; padding-top: 7px; padding-left: 370px; text-align: left; margin-top: 104px }
#content #photos { width: 620px; height: 80px; text-align: center; margin-left: auto; margin-right: auto; margin-bottom: 15px; overflow: hidden }
#content #photos table { border-style: none; border-collapse: collapse }
#content #photos div { cursor: pointer; margin-right: 15px; float: left }
#content #navigator { width: 620px; margin-right: auto; margin-left: auto; margin-top: 5px; height: 8px; margin-bottom: 20px }
#content #navigator #previous { cursor: pointer; background-image: url(images/previous.png); width: 54px; height: 8px; float: left }
#content #navigator #next { cursor: pointer; background-image: url(images/next.png); width: 33px; height: 8px; float: right }
