/* @override http://andrew-yang.com/style.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(dollart.jpg) no-repeat fixed 120% -100px;
}

img.logo {
	margin-top: 20px;
}

p {
	text-transform: uppercase;
	font: bold 12px/100% "Times New Roman", Times, Georgia, serif;
	letter-spacing: 2px;
	color: #4c4c4c;
	margin-bottom: 20px;
	margin-top: 20px;
}

p.subdued {
	font-size: 10px;
}

em {
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	font-variant: normal;
	letter-spacing: 2px;
	color: #666;
}

a {
	line-height: 200%;
	text-decoration: none;
	color: #000;
}

#content {
	width: 70%;
	min-width: 500px;
	text-align: center;
}
