body {
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: left bottom;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
}
#content {
	width: 900px;
	margin: 0 auto;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #999999;
}
#header {
	margin: 0px;
	float: left;
	width: 900px;
	height: 100px;
	margin-bottom: 10px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#main {
	float: left;
	width: 640px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 10px;
	color: #666666;
	text-align: justify;
}
#sidebar {
	float: right;
	width: 250px;
	text-align: left;
	margin-bottom: 10px;
}
#lastfm {
	background-color: #FFFFFF;
	background-image: url(images/recenttracks.gif);
	background-position: left top;
	width: 250px;
	background-repeat: no-repeat;
	padding-top: 45px;
	overflow: hidden;
	margin-bottom: 10px;
}
#myphotos {
	background-image: url(images/myphotos.gif);
	background-position: left top;
	width: 250px;
	background-repeat: no-repeat;
	padding-top: 45px;
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
	background-color: #FFFFFF;
}
a {
	font-weight: bold;
	color: #ff7d00;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #ff7d00;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff7d00;
}
.hatching {
	font-size: 9px;
	background-image: url(images/hatching.gif);
	height: 10px;
}
.orangebold {
	color: #ff7d00;
	font-weight: bold;
}