/* Pthelo Green Style Sheet 
10.27.05 
Jonathan Russell
jonathan@macphoenix.com
tech.macphoenix.com */

*
{
	font-family: helvetica, arial, sans-serif;
	line-height: normal;
	font-style: normal;
	font-size: small;
	color: #0f0;
	text-shadow: 0px 0px 5px #7ff;
}

html
{
	background-color: black;
}

body
{
	background-color: black;
}

#orbs
{
	position: absolute;
	right: 13px;
	top: 13px;
	z-index: 1;
}

#b2b
{
	position: absolute;
	left: 13px;
	top: 13px;
	z-index: 1;
}

#logo
{
	position: absolute;
	left: 13px;
	bottom: 13px;
	z-index: 1;
}

#music_link
{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
	margin: 0;
	width:350px;
	margin-left:-175px;
	top:45%;
	left:50%;
	background-color: black;
	z-index:3;
	position: absolute;
}

#background
{
	z-index: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

#image_fader
{
	opacity: 0.0001;
	filter: alpha(opacity=0)
}

a
{
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	text-decoration: underline overline;
	font-weight: normal;
}

em { font-style: italic; }

img { border: 0; }
