/* CSS Document for changing backgrounds */

#main { 
	background-image: url(img/left_harry.jpg);

	/* T3Basis ****************************************/	
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: 0% 0%;
}

#header { 
	padding: 0px; 
	background: transparent;
	
	/* T3Basis ****************************************/	
	position:relative;
	background-image: url(img/head_harry.jpg);
	height: 109px;
}
