/* CSS Document */

#shadow{
	width:760px;
	margin:0px auto;
	padding:0;
	height:auto;
	background-image:url(images/shadow.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center top;
	min-height: 100%;
}
* html div#shadow {
	height:100%;
}
