body { 
	background-color:black; 
	margin-top: 0; 
	margin-bottom: 0; 
}
h1 {
	color: #767676
}
h2 {
	color: #767676
}
h3 {
	color: #767676
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: none;
}

#main 
{
	text-align: left;
	background: #000000;
	clear: both;
	width: 100%;
}
#logo 
{
	float:left;
	background-image:
	url('images/banner.png');
	width:800px;
	height:60px;
}

#tile 
{
	float:right;
	background-repeat:repeat;
	background-image:
	url('images/tile.png');
	width:100%;
	height:60px;
}

#logo2
{
	background-image:
	url('images/pia_bg.jpg');
	background-repeat: no-repeat;
	width:100%;
	height:100%;
}
