/*
File: vp.css 
*/

body {
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
	background: #132a13;
	color: #fff;
	font: "Courier New", Courier, monospace;
}

#holder {
	text-align: left;
	margin: 10% auto 0 auto;
	width: 359px;
	height: 120px;
	background: url(../grfx/vp.gif) top left no-repeat;
}

h1, h2, p {
	text-indent: -999em;
}

