/*  --------------------------------------------------------------------------------  Sam Smith CSS   */

html, body {
	padding: 0px;
	border: none;
	margin: 0px;
	
}

body {
	background: #fff;
	text-align: left;
	overflow-y: scroll;
}

/*  --------------------------------------------------------------------------------  Fonts   */

body, a, span {
	color: #000;
	font: 10px Arial, sans-serif;
	text-decoration:none;
	line-height: 16px;
}

a:hover {
	text-decoration:underline;
}

.credits, .credits a {
	color: #999;
	font: 10px Arial, sans-serif;
	line-height: 16px;
	text-decoration:none;
	font-weight:bold;
}

.credits a:hover {
	text-decoration:underline;
}


.email, .email a {
	color: #000;
	font: 10px Arial, sans-serif;
	line-height: 16px;
	text-decoration:none;
	font-weight:bold;
}

.email a:hover {
	text-decoration:underline;
}

/*  --------------------------------------------------------------------------------  Div   */


#body {
	position:relative;
	width:300px;
	top:30px;
	left:15px;
}
