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_Stripes_Image.jpg") center repeat-x;
	}
