﻿

html,
body {
   margin:0;
   padding:0;
   height:100%;
   font-family:  Helvetica, Arial, Verdana, sans-serif;
    font-size: 13px;
	line-height: 20px;
	color: #ccc;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   background: none;
   height:0px;
}
#body {
   padding:10px;
   padding-bottom:100px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:100px;   /* Height of the footer */
   background:#2A2D2E;
   color: #FFFFFF;
   opacity:0.85;
   filter:alpha(opacity=85);
}

#footer a
{
    font: 18px 'KingthingsTrypewriterRegular', Arial, sans-serif;
    opacity:1.00;
    filter:alpha(opacity=100);
} 

#titleDiv
{
    position:absolute; 
    right: 40px; 
    top: 20px; 
}

.bodyContentDiv
{
    width: 680px; 
    overflow:auto;
    background-color:#2A2D2E; 
    margin-bottom: 10px; 
    padding: 10px;
    text-align: left;
}

