body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
}

#master
{
	text-align: left;
	width: 1000px;
	margin: 0px auto 0 auto;
	top:50px;
	padding: 0px;
	background: #FFFFFF;
}

#master td {
    position: relative;
    color: #000000;
    overflow: hidden;
}

ul#links
{

margin-left: 0;
padding-left: 0;
white-space: nowrap;

}

#links { 
    color: #000000;
}
#links a:link {
    color: #C0C0C0;
}
#links a:visited{
    color: #C0C0C0;
}
#links a:hover{
    color: #FF0000;
}

#timer {
    background: #FFFFFF;
    height: 20px;
}

#footer
{
	clear: both;
	width: 1000px;
	text-align: center;
}

#footer a
{
	text-decoration: none;
	color: #000000;
}

#footer hr
{
	display: none;
}

#footer_margin
{
	height: 0px;
}