body
	{
	background-image: url(../images/) ;
	background-repeat: repeat-y ;
	margin-left: 0px ;
	margin-top: 0px ;
	margin-right: 0px ;
	margin-bottom: 0px ;
	}
	
#topleft
	{
	position: absolute ;
	top: 0px ;
	left: 0px ;
	background-image: url(../images/bground.jpg) ;
	background-repeat: no-repeat ;
	height: 441px ;
	width: 520px ;
	z-index: 1 ;
	}

#logo
	{
	position: absolute ;
	top : 0px ;
	left : 0px ;
	z-index: 3 ;
	}
	
#therest
	{
	position: absolute ;
	top: 110px ;	
	left: 0px ;
	height: auto ;
	width: 100% ;
	z-index: 2 ;
	}
