body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family:  "Times New Roman", Times, serif;
}

a
{
	color: 0000FF;
	text-decoration: underline;
}


#container 
{
	left: 0px;
	border:0px;
	position: absolute;
	top: 0px;
	width: 100%;
	background-color: #ffffff;
}
#header
{
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

