﻿
* 
{
  margin: 0px;
  padding: 0px;
}

a
{
    border: 0;
}

html, body
{
  height: 100%;
  font-family: Calibri, Verdana, Tahoma, Sans-Serif, Arial !important;
  font-size: 10pt;
  background-image: url(Images/bg.jpg);
  background-position: top left;
  background-repeat: repeat;
}

html>body, html>body #wrapper, html>body #container
{
  height: 100%;
}

#wrapper
{
  display: block;
  position: relative;
  width: 960px;
  min-height: 500px;
  margin-left: auto; 
  margin-right: auto;
}

#outercontainer
{
  float: left;
  display: block;
  height: auto;
  min-height: 100%;
  width: 100%;
}

#container 
{
  float: left;
  display: block;
  width: 100%;
  max-width: 100%;
}

#container img 
{
  display: block;
  clear: both;
}

#container .contentholder
{
  float: left;
  display: inline;
  width: 960px;
  background-image: url(Images/bg_content.png);
  background-position: top left;
  background-repeat: repeat-y;
}

html>body #container .contentholder
{
  height: 100%;
  min-height: 100%;
}

#cleartop
{
    float: left;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
}

#nemalogo
{
    float: left;
    display: block;
    position:absolute; 
    left:0px;
    margin-top:-33px;
    margin-left: 0px;
}