/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(../background.gif);
	background-repeat: no-repeat;
}

#pics{
top:50px;
	position:absolute;
	left:500px;
	width:620px;
	height:450;
}

