#header
	{
		background-color: #fff;
	}

#wrapper
	{
		background-image: url(/images/layout/bg.gif);
		background-repeat: repeat-y;
	}

#container 
	{
		width: 100%;
		float: right;
		margin-left: -171px;
		
	}	
	
#content
	{
		float: none;
		margin-left: 171px;
		width: 558px;
	}
	
#about
	{
		clear: both;
	}
	
#subnavi
	{
		float: left;
	}	