@charset "utf-8";
/* CSS Document */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	background-image: /*url('../images/Page-BgTexture.jpg')*/ none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
}

.art-Sheet  {
margin-top:10px !important;
}


div.art-Header {
height:1px;
margin:0 auto;
position:relative;
width:706px;
z-index:0;
}

div.art-Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 706px;
	height: 1px;
	background-image: /*url('../images/Header.jpg')*/ none;
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#FFFFFF;
}
