

	body
	{
		margin:0;
		height:100%;
		width:100%;
		padding:0;
		background-color:#9b1200;
	}

	/*
		Background
	*/
	#art
	{
		background: url(../../../images/bg/bg2.jpg) no-repeat;
		background-position:top right;
		width:100%;
		height:900px;
	}
	
	
	#shadow
	{
		background: url(../../../images/panels/shadow.png) no-repeat;
		width:744px;
		height:2px;
		font: 1px/1px sans-serif; text-indent: -9999px;
	}