This is my first post in a long time and it’s just a way for me to remember something sorry. In case you’re interested it’s how you keep a static background with a scrolling text over the top.

body {

	background-image : url(images/blog_back.png);

	background-color : #000000;

	background-repeat : no-repeat;

	background-position : center;

	background-attachment : fixed;

	margin-top:0px;

}