body {
	background-color: white;
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	}

p {
	color: #778;
	font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 20px;
	text-shadow: 0 1px 1px #FFF;
	width: 500px;
	}

em {
	color: #334;
	font-family: Georgia, New Times Roman, Times Roman, serif;
	font-style: italic;
	}

img {
	float: left;
	margin-top: 50px;
	}
	
div {
	float: left;
	margin: 70px 0 0 50px;
	}

a, a:visited {
	color: #334;
	border-bottom: 1px dotted #334;
	padding: 2px 0;
	text-decoration: none;
	}
	
a:hover, a:visited:hover {
	color: #001;
	border-bottom: 2px solid #223;
	}
	
div#mouse {
	margin: 50px 0 0 0;
	}

div#mouse p {
	color: #999;
	font: 0.8em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.7em;
	}
