﻿html
{
    height: 100%;
}
body
{
    height: 100%;
    margin: 0 0 0 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
    background-color: #f5805f;
}
#wrapper
{
    height: 100%;
    margin-bottom: -100px;
}
#container
{
    width: 920px;
    margin-left: auto;
    margin-right: auto;
}
#maincontent
{
    background-color: #ffffff;
    width: 920px;
    min-height: 335px;
}
#sidemenu
{
    width: 245px;
    vertical-align: top; /*border: solid 1px #0000FF;*/
}
#centercontent
{
    width: 672px;
    vertical-align: top; /*border: solid 1px #FF0000;*/
}
IFRAME.external
{
    margin: 0px 0px -2px 0px;
    width: 666px;
    height: 600px;
    border-left: solid 3px #d4d3d3;
    border-right: solid 3px #d4d3d3;
    background-color: #d4d3d3;
}
#shiny
{
 text-align: center;
  margin-top:7px;
}