/* CSS RESET */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: '';
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }
#main {
  background: url(../img/rotate/rotator.php) no-repeat;
  margin: 0 auto;
  width: 1280px;
  height: 1024px;
  font-family: Helvetica, Arial, "Times New Roman";
  font-size: 12px;
}	
	
.content {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  padding: 38px 21px 21px 18px;
  position: relative;
  left: 953px;
  top: 435px;
  width: 186px;
}
.title {
  font-size: 14px;
  font-weight: bold;
}
.address {
  margin-top: 9px;
}
.links {
  margin-top: 18px;
}
.links a,
.links a:active,
.links a:hover,
.links a:focus {
  color: #fff;
  text-decoration: none;
}
.link {
  background: url("../img/dotted.png") 0 bottom no-repeat transparent;
  margin-left: 18px;
  padding-bottom: 4px;
}
.next-link {
  padding-top: 2px;
}
ul {
  list-style-image: url("../img/bullet.jpg");
  padding: 0;
  margin: 0;
}