﻿a:link 
{ 
text-decoration: none; 
}
a:visited 
{ 
text-decoration: none; 
}
body
{
  background-color: black;
  margin: 0px;
  padding: 0px;
}
#mainframe 
{
  background-image: url("images/background.jpg");
  width: 775px;
  height: 570px;
}
#header
{
  width: 775px;
  height: 83px;
}
#menu
{
  width: 775px;
  height: 20px;
}
#logo
{
  background-image: url("images/cmlogo.gif");
  float: left;
  width: 95px;
  height: 67px;
}
#logomessage
{
  width: 625px;
  height: 60px;
}
#bottommenubar
{
  background-color: black;
  width: 775px;
  height: 18px;
}
#content
{
  width: 775px;
  height: 415px;
}
#information
{
  width: 775px;
  height: 150px;
}
#footer
{
  background-color: 333333;
  width: 775px;
  height: 37px;
}