body	{
	margin:	0;
	padding: 0;
	background-color: #fff;
	font: 10px Verdana, sans-serif;
	overflow: auto;
	}

A 	{ 
	color: #fff; 
	}
	
#container	{
	background-color: #CCF;
	width: 699px;
	height: 404px;
	margin-top: 20px;
	background-image: url(/img/home/container.gif);
	}

#ln	{
	position: absolute;
	top: 161px;
	margin-left: 20px;
	}	
	
#content	{
	position: absolute;
	top: 161px;
	margin-left: 180px;
	padding-top: 1px;
	padding-left: 1px;
	width: 487px;
	height: 203px;
	background-image: url(/img/home/content.gif);
	background-repeat: no-repeat;
	}	

#footer	{
	position: absolute;
	top: 417px;
	padding-top: 3px;
	padding-left: 3px;
	width: 699px;
	height: 20px;
	background-image: url(/img/home/footer.gif);
	background-repeat: no-repeat;
	color: #fff;
	font: 9px Verdana, sans-serif;
	}	
	
.header	{
	position: absolute;
	}	