html, body{
  margin: 0;
  padding: 0;
}
body{
  background-color: #008364;
  /*  background-image: url("http://www.hdwallpapersinn.com/wp-content/uploads/2013/11/Green-Christmas-Minimalist-Background.jpg"); */
  background-image: url("https://dl.dropboxusercontent.com/u/182055307/sn-site/bg-header-grad.png");
  background-repeat: repeat-x;
  background-position: left top;
  /* background-attachment: scroll; */
  background-attachment: fixed;
  width: 1000px;
  margin: 10px auto;
  font-family: 'segoe ui', sans-serif;
  border: 1px solid #000;
  box-shadow: 0 1px 4px #000;
}
body *{
  max-width: 1000px;
}
h1,h2{
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}
h1{
  font-size: 32px;
  line-height: 36px;
}
h2{
  font-size: 24px;
  line-height: 28px;
}
p{
  text-align: justify;
  color: #333;
  line-height: 1.5em;
}
.cntr{
  text-align: center;
  margin: 0 auto;
}
a{
  color: #070;
}
a:hover{
  color: #000;
}
hr{
  border: 0;
  border-top: 1px solid #bbb;
  width: 80%;
}
div#header, div#menu{
  background-color: #eee;
}
div#body, div#footer{
  background-color: #fff;
}
div#menu{
  padding: 5px 0;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #070;
}
div#menu a{
  margin: 20px;
  color: #080;
  text-decoration: none;
  font-family: helvetica;
  font-size: 18px;
}
div#menu a:hover{
  color: #000;
}
div#body{
  margin: 0;
  padding: 20px 20px 10px 20px;
  min-height: 300px;
}



div#floating_box{
  float: right;
  margin-left: 20px;
  padding: 0 0 5px 5px;
  width: 300px;
  text-align: center;
}
div#floating_box > div{
  margin-bottom: 10px;
  padding: 5px 10px 10px 10px;
  font-size: 14px;
  border: 1px solid #000;
  text-align: left;
  box-shadow:0 0 5px #000;
}
div#floating_box > div:first-child{
  background-color: #9bf;
}
div#floating_box > div:nth-child(2){
  background-color: #afa;
}
div#remote_Support > div{
  margin: 0;
}
div#remote_support input[name='code']{
  width: 120px;
  padding: 5px;
  margin-right: 0;
  border: 1px solid #999;
  border-right: 0;
}
div#remote_support input[type='submit']{
  padding: 4px;
  margin-left: 0;
  border: 1px solid #888;
}


div#footer{
  text-align: center;
  font-size: 12px;
  color: #666;
  padding: 5px 0 15px 0;
}
div#footer hr{
  margin-bottom: 15px;
}
img{
  border: 0;
}