/* CSS Document */body {	background-image: url(images/gradient.gif);	background-repeat: repeat-y;	margin: 0px 0px 0px 70px;	background-position: -20px;	}#header {	position:absolute;	top:0px;	left:0px;	background-image: url(images/headerblue.gif);	background-repeat: no-repeat;	width:740px;	height:80px;	}
