/*\*/ html {height:100%;}/**/
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #2174FF;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: small;
  background-image: url(../images/background.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat
}
#container {
  width: 100%;
  text-align: left;
  vertical-align: top;
}
/*\*/#container {height:100%;}/**/
#header {
  clear: both;
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 24px;
  display: block;
  text-align: right
}
#main {
  float: left;
  width: 100%;
}
#reflections {
  height: 200px;
  text-align: center;
  padding-top: 100px
}
#content {
  float: right;
  width: 100%;
}
#menu_bar {
  background-image: url(../images/menu_bar.png);
  height: 42px;
  background-repeat: repeat-x;
  vertical-align: middle;
  text-align: center;
  color: #FFFFFF;
  padding-top: 8px
}
#footer {
  clear: both;
  position: relative;
  margin-top: -58px;
  height: 58px;
  width: 1000px;
  color: #FFFFFF;
  vertical-align: bottom;
}
a {
  text-decoration: none;
}
img {
   border: none;
}


