@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
background-image: url(VANMOOF1.jpg);
  background-size: 100%;
-moz-background-size:100%;
	background-color: #19191B;
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-attachment: fixed;

	}
#text {
	width: 400px;
	height: 50px;
	position: absolute;
	top: 10%;
	left: 10%;
	font-size: 14px;
	/*padding: 10% 0 0 5%;*/
}
a:link, a:visited  {
	color: #990033;
}
a:hover {
	font-weight: bold;
}
