﻿html,body {
  	height: 100%;
  	margin: 0;
  	padding: 0;
	background-color:#3A3A3A;
	text-align: center;
	font-family:tahoma;
    font-size:11px;
    color:white;
	}

#container {
	position: relative;
	display: table; /*** For non-IE browsers ***/
	height: 100%;
	width:766px;
	padding: 0px;
	background-color: #282828;
}

#warper {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	display: table; /*** For non-IE browsers ***/
	height: 100%;
}

.clear {
    clear: both;
}


.maincontent{
    background-color: #282828;
}

a
{
    font-family:tahoma;
    text-decoration: none;
    color:white;
    font-size:13px;
}

.biggerbody 
{
    color:white;
    font-family:tahoma;
    font-size:12px;	            
}

TD.footer
{
    color:#B7B7B7;
    font-family:tahoma;
    font-size:9px;    
}
