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