body
{
  background-color: #000000;
  color:            #dddddd;
  margin:           2px 2px;
  padding:          2px 2px;
}

#container
{
  width:            1050px;
}

#top
{
  background-color: #111111;
  text-align:       center;
}

#board
{
  background-color: #000000;
  height:           452px;
  width:            452px;
  float:            left;
}

#QnA
{
  background-color: #000022;
  height:           452px;
  width:            500px;
  float:            right;
}

#bottom
{
  background-color: #111111;
  clear:            both;
  text-align:       center;
}

h1
{
  margin-bottom:    0;
}

.button
{
  border-top: 1px solid #96d1f8;
  background: #65a9d7;
  background: -webkit-gradient(linear, left top, left bottom, from(#33607d), to(#65a9d7));
  background: -webkit-linear-gradient(top, #33607d, #65a9d7);
  background: -moz-linear-gradient(top, #33607d, #65a9d7);
  background: -ms-linear-gradient(top, #33607d, #65a9d7);
  background: -o-linear-gradient(top, #33607d, #65a9d7);
  padding: 1px 2px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: #faf2fa;
  font-size: 14px;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle;
}

.button:hover
{
  border-top-color: #4482ab;
  background: #4482ab;
  color: #0a080a;
}

.button:active
{
  border-top-color: #14669c;
  background: #14669c;
}