/* begin Page */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #595959;
	background-image: url('http://nobuscanya.com/structure/Page-BgTexture.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
}

#art-main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}




#art-page-background-gradient
{
	background-position: center center;
}


.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */