/* 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;
}

body > #shadow {
	height: auto;
}
.sitsudo_backCopy { width:97%; height:auto; padding:5px 20px 0 0; background-image:url(images/sitsudo_back.jpg); background-repeat:no-repeat; background-position:right top; margin-top:-12px; }
