body {
	margin: 0px;
	background-position: 0 top;
	background-color: #3a4453;
	background-repeat: repeat-x;
	background-image: url(img/pagegrad.png);
}

#header {
	height: 139px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/space.jpg);
}

#page {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

#top {
}

#bot {
	padding: 10px;
	clear: both;
}

#window {
	float: left;
	background-repeat: no-repeat;
	margin-top: -110px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/timemachine.png);
	height: 341px;
	width: 298px;
}

#phrase {
	width: 400px;
	vertical-align: middle;	
	float: right;
	text-align: center;
	text-shadow: 1px 1px 2px #2a2a2a;
	font-size: 26px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: white;
}

.byline {
	font-style: italic;
	font-size: 16px;

}

#content {
	margin-left: auto;
	margin-right: auto;
	color: #ececec;
	width: 400px;
	padding-top: 20px;
	text-shadow: 1px 1px 2px #2a2a2a;
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#content a {
	text-decoration: none;
	color: #ffd628;
}

#content a:hover {
	text-decoration: underline;
}

#content hr {
	margin-left: 70px;
	border-width: 0px;
	width: 60%;
	color: #5d5d5d;
	background-color: #5d5d5d;
	height: 1px;
}

#paypal {
	background-image: url(img/ppbg.png);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	padding: 3px;
	width: 400px;
}

#paypal b {
	color: #ffd628;
	font-weight: bold;
	font-size: 13px;
}

#paypalbutton {
	top: -5px;
	position: relative;
	float: right;
}

.paypaltxt {
	width: 200px;
	font-size: 11px;
}

#message {

}

.date {
	color: #ffd628;
	font-size: 11px;
}

#footer {
	bottom: 20px;
	padding-top: 20px;
	text-align: center;
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #202020;
}

#footer a {
	text-decoration: none;
	color: black;
}

#footer a:hover {
	text-decoration: underline;
}

#progress {
}

#snippets {
	text-align: center;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 420px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #565856;
}

#snippets a {
	text-shadow: 0px 0px 1px #54b7ff;
	text-decoration: none;
	color: #cbe2df;
}

#snippets a:hover {
	text-shadow: 0px 0px 2px white;
	text-decoration: underline;
	color: #03b2ff;
}

#irc {
	margin-left: auto;
	margin-right: auto;
}

#irccontent {
	text-align: center;
	text-shadow: 0px 0px 2px #00ff13;
	font-family: monospace;
	color: #8eff00;
	top: 160px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	width: 220px;
}