body {
	background-color: rgb(75,75,75);
	background-image: url("http://www.plugin.nveil.com/images/newgradient.bmp");
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #fff;
}

h1 {
	text-shadow: 2px 2px #000;
	font-size: 200%;
}

h2 {
	text-shadow: 2px 2px #000;
	text-align: center;
}

p {
	line-height: 140%;
}

a {
	text-decoration: none;
	color: #93d665;
}

a:hover {
	color: #d5efc3;
}

#site {
	width: 750px;
	margin: 0px auto;
}

#video {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#standalone {
	float: right;
	width: 350px;
}

#plugin {
	float: left;
	width: 350px;
}

#footer {
	clear: both;
	font-size: 75%;
	text-align: center;
	color: #999;
	padding: 20px 20px 20px 20px;
}