/* CSS Document */


body{
	background-repeat: repeat-x;
	background-image: url(../assets/bg.jpg);
	background-color: #FFFFFF;
}
#heading
{
	text-indent: -999em;
	position: absolute;
	top: 0;
	left: 0;	
	}

