#home{width:1600px;}
#mainContent{width:1300px;}
#tbCommentBody{width:1000px;}
#btn_comment_submit{height:32px;background:#75b9ff;border-radius:10px;}
h2 {
  text-align: center;
  box-shadow: 10px 10px 5px #888888;
  background-color: #5FBDCE;
  color: #015666;
}
p{
 font-size: 14px;
 color: #333;
}
.content1{
 border: 5px solid #222;
 border-radius: 5px;
 display: inline-block;
 padding: 5px 15px;
 background: #555;
 color: #EEE;
 font-size: 14px;
}