﻿
/*
This CSS File is client-specific.
Styles in here will override styles in SentryPortal.css.
*/

* {
padding: 0;
margin: 0;
}
html, body 
{
height: 100%;
}
body {
}

#container 
{
min-height:768px;
background-color: #EEE;
width: 100%;
margin: 0 auto;
}
* html #container {
height: 100%;
}
