body {
	height: 100%;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image:url(images/backgroundStripe.gif);
	background-repeat: repeat-x;
	background-position: 0px 112px;
	background-color: black;
	/*position: relative;*/
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom:1px;
}

a {
	text-decoration:none;
	color:white;
}

a:hover {
	color:#999999;
}

