body {
  margin: 0;
  background-color: #fff;
  color: #000;
  background: url(ssy_images/bg.gif);
}

#header {
  position: absolute;
  top: 20px;
  left: 0;
  width: 744px;
}

#headertext {
  position: absolute;
  top: 80px;
  left: 155px;
  color: #5185aa;
  font-size: 22px;
  font-style: italic;
}

#navtop {
  position: absolute;
  top: 0;
  right: 30px;
  height: 20px;
  text-align: right;
}

#navleft {
  position: absolute;
  top: 165px;
  left: 0;
  margin: 0;
}

.navbut {
  position: relative;
  top: 0;
  left: 0;
  height: 25px;
  width: 135px;
  margin-bottom: 10px;
  text-align: center;
}

.navbut a {
  text-decoration: none;
  color: #036;
  font-style: italic;
  font-size: 16px;
}

.navbut a:hover {
  font-size: 18px;
  font-weight: bolder;
  color: #fff;
}

.buttext {
  position: absolute;
  height: 25px;
  width: 135px;
  top: 2px;
  left: 0px;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#rose {
  position: absolute;
  top: 147px;
  left: 150px;
  font-size: 14px;
  text-align: center;
}

#change {
  position: absolute;
  top: 221px;
  left: 222px;
}

.content {
  position: relative;
  width: auto;
  min-width: 120px;
  margin: 155px 20px 20px 435px;
  text-align: left;
}

.content #p1 {
  margin-left: 25px;
}

.content2 {
  position: absolute;
  width: 200px;
  top: 500px;
  left:205px;
  text-align: center;
  font-size: 12px;
  color: #f00;
}

h1 {
  font-size: 22px;
  font-weight: bold;
  color: #fc0;
}

#footer {
  clear: both;
  margin-top: 30px;
  margin-bottom: 15px;
  width: auto;
  padding: 5px;
  text-align: right;
  border-top: 1px solid #5c6f90;
  border-bottom: 1px solid #5c6f90;
  font-size: 12px;
}
