.content {
     background: url('../images/bg_content_solid.png') repeat-y left top;
     clear: both;
     float: left;
     height: 450px;
     position: relative;
     width: 1000px;
}

.message {
     color: red;
     text-align: center;
     width: 1000px;
}

.title {
     font-size: 36px;
     padding: 25px 0px 25px 0px;
     text-align: center;
     width: 1000px;
}
