﻿@import "base.css";

* {font-size:11px;}

#wrapper { 
 margin: 0 auto; 
 width:874px;
}
#content { 
 width:874px;
 color: #333;
 border: 1px solid #E9E9E9;
 margin: 10px 0px 10px 0px;
 height: 400px;
 text-align:center;
 background-color: #FFF;
 /*background:#fff url(../images/common/error-header-footer.jpg) no-repeat bottom center;*/
}
