
body {
	text-align: left;
	background:url('background.jpg') repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 1.0em;
}

/* Change the x and y coordinate of where you would like the Flash file to appear in the section below */

#flashFile {
	height: 10px;
	width: 10px;
	position: absolute;
	left: 110px; /* change this value to reposition your advert */
	top: 210px; /* change this value to reposition your advert */
	background-color: transparent;
}

h1VGP {
	font-size: 1.5em;
}

pVGP {
	font-size: 0.9em;
}

#containerVGP {
	border: transparent;
	background-color: transparent;
	margin: 0 auto; 
	width: 1px;
	padding: 1px;
	
}

a:linkVGP, a:visitedVGP  {
	color: #999;
	font-size: 14px;
	padding: 10px;
	border: 1px #ccc dashed;
}

a:hoverVGP {
	color: #fff;
	font-size: 14px;
	background-color: #666;
	padding: 10px;
	border: 1px #ccc dashed;
}


