/*	
	THIS IS USED FOR STATIC PAGES ONLY. Positioning is a problem with the dynamic pages, because the content of an element cannot push out 
	its container. It displays the content on top, clips or creates an overflow scrollbar. This is stupid.

*/

#content {
	position: relative;
}

#logo {
	position: absolute;
	top: 19px;
	left: 25px;
}
