body
{
  background-image: url('../images/bg-gradient.jpg');
  background-repeat: repeat-x;
  background-color: #ccccff;
  width: 900px;
  text-align: center;
  margin: auto;
  padding: 0px 0px 0px 0px;
}

#main
{
  width: 900px;
  text-align: left;
  background-color: #ffffff;
  margin-top: 50px;
}

#notify
{
  background-color: #cc3333;
  text-align: center;
  padding: 5px 0px 5px 0px;
  color: #ffffff;
}

#navi
{
  background-color: #49019a;
  border-style:solid;
  border-width: 1px;
  border-color: #49010a;
  border-right: none;
  border-left: none;
}

#head
{
  background-color: #fcfc7c;
  border-width: 8px;
  border-style: solid;
  border-color: #ccff33;
  border-left: none;
  border-right: none;
  height: 130px;
}

#head img
{
  border: none;
}

#center
{
  background-color: #ffffff;
  overflow: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

#tools
{
  margin: 0px;
  padding: 0px 10px 0px 10px;
  background-color: #ccff33;
}

#tools p
{
  padding: 0px;
  margin: 0px;
  color: #49019a;
}

#tools a
{
  text-decoration: none;
  color: #49019a;
}

#tools a:hover
{
  background-color: #49019a;
  color: #ffffff;
}

#social
{
  float: right;
  width: 200px;
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
  border-width: 10px;
  border-color: #49019a;
  border-style: solid;
}

#halloween
{
  background-color: #000000;
  border: 10px;
  border-color: orange;
  border-style: solid;
  text-align: center;
}
#halloween h3
{
  color: orange;
}

#social img
{
  border: none;
}

#social a
{
  text-decoration: none;
}

#reasons
{
  float: right;
  width: 200px;
  padding: 10px;
  background-image: url('../images/check.png');
  background-repeat: no-repeat;
  text-align: center;
  border-width: 10px;
  border-color: #ccff33;
  border-color:  #fcfc7c;
  border-style: solid;
  height: 200px;
  background-position: center;
  
}

#content
{
  width: 600px;
  padding: 10px 10px 10px 10px;
  float: left;
  background-color: #ffffff;
}

#foot
{
  height: 100px;
  background-color: #fcfc7c;
  padding: 10px;
}

