@charset "UTF-8";

        #header
        {
	        position:absolute;
	        top: 0;
	        height: 49px; Change this depending on how much height you want at the top
	        width: 1024px; Ditto for width
	        left: 0;
	        right:0;
	        margin: auto;

        }
        table{margin-top: 49px;} change this to match what you set the height above to.
        table table {margin-top:0px}
a:link,a:active,a:hover { 
	color:#;
}

a:visited   {
	color:#;
}

body {
	background-color: #9AC956;
	background-position: ;
	background-attachment: ;
	background-repeat: ;
}

body,td {
	color: #666666;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #FFFFFF;
	filter:alpha(opacity=100);
}
.container {
	color: #666666;
	border: px  #;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	background-color: #BCEC76;
	color: #FFFFFF;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

.content {
	padding:5px;
}
