body {
	font-family: Helvetica, Arial, sans-serif;
	background: url(avatar2.png) top left no-repeat fixed;
	color: #666666
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #ffa500;
	border-bottom: 1px #ffa500 dotted;
	color: #ff4500;
	border-bottom: 1px #ff4500 dotted;
}
	
div.page-title {
	font-size: 200%;
	color: #222222;
	padding-bottom: 10px;
}

div.page-content {
	margin: 0px auto;
	margin-left: 330px;
	margin-top: 150px;
	width: 400px;
	line-height: 150%;
}

div.page-body {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666
}

@media only screen and (max-width: 730px) {
	body {
		background: url(avatar2-small.png) top left no-repeat fixed;
	}

	div.page-content {
		margin: 0px;
		margin-top: 200px;
		width: 100%;
	}
}

