#header
{
	height: 70px;
	width: 100%;
	background-image: url("art/bar.png");
	position: absolute;
	top: 0px;
}

#headerText
{
	margin-top: 14px;
	text-align: center;
	font-size: 24pt;
	font-family: "Arial";
	font-weight: bold;
	text-shadow: 0px 0px 7px #888;
	color: #FFF;
}

img.navigation
{
	position: absolute;
	top: 14px;
	opacity: .5;
	filter: alpha(opacity=50);
}

img.menu
{
	position: relative;
	bottom: -10px;
}

#left:hover, #right:hover
{
	cursor:hand; cursor:pointer;
	opacity: 1;
	filter: alpha(opacity=100);
}

#left
{
	left: 20%;
}

#right
{
	right: 20%;
}

#footer
{
	width: 100%;
	position: absolute;
	bottom: 15px;
	text-align:center;
	overflow: none;
}

#media
{
	height:64px;
	width:64px;
	background-image: url("art/media.png");
	z-index: 1000;
	position: absolute;
	left: 10px;
	top: 2px;
}

#pod:hover
{
	cursor:hand; cursor:pointer;
}

#media:hover
{
	cursor:hand; cursor:pointer;
}

#feed
{
	position: absolute;
	right: 10px;
	top: 21px;
	cursor:hand; cursor:pointer;
}

#pod
{
	overflow: hidden;
	visibility: hidden;
}

body
{
	margin: 0px;
}

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