/* CSS for 800px browser widths */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #404040;
	background-image: none;
}

#art-page-background-gradient
{
	position: absolute;
	background-image: none;
	background-repeat: no-repeat;
	top:0;
	width:100%;
	height: 250px;
	
}

.art-Sheet
{
	position:relative;
	z-index:0;
	margin: 0 auto;
	width: 800px;
	min-width:55px;
	min-height:55px;
}