/*
Title:       whoadave!
Author:      David Zuch
Description: Base stylesheet for use on whoadave.com
Version:     March 15, 2007
*//*
Master Reset
************************\*/
* {
	margin: 0;
	padding: 0;
}
html {
	border: none;
}
body {
	font: .85em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Arial, Verdana, sans-serif;
	background: url('../img/bg.jpg') no-repeat;
	color: #000;
}
::-moz-selection {
	background-color: #57EC89;
}
/*
Header and text
************************\*/
h1 {visibility: hidden;}
p {padding: 75px 0 75px 250px;}