html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#000000;
	text-align:center;
	background: url("Images/Background_Noisey_Stripes.jpg") no-repeat fixed;
	}

