﻿/*----------------------------------------------------------
This css files created by UniSoftCo.com
20/06/2012
File Name: Layout5.css
----------------------------------------------------------*/

.uniWrapper {
    display: table;
    width: 100%;
}
#uniHeader {
   display: table-row;
   width: 100%;
   background-color:#F3F3F3;
   padding:5px;
}
#uniContent {
   display: table-row;
   width: 100%;
   padding:5px;
}