*{
	border:0;
	margin: 0;
}

body{
	background-color: Black;
	text-align: center;
}

#container{
margin-left: auto;
margin-right: auto;
width: 1024px;
text-align: left;
}

#header{
	background-image: url(images/home/header.gif);
	width: 1024px;
	height:200px;
}

#bottomGraphic{
		background-image: url(images/home/footer.gif);
	width: 1024px;
	height:280px;
	position: absolute;
bottom:0px;
}

#header_links{
	padding: 5px 0 0 265px;
}

#footer{
position: absolute;
top: 250px;
width: 1024px;
text-align: center;
}


#footer_links{
}

#pgTitle{
padding: 10px 0 0 650px;
	
}

#footer_links a:hover, #header_links a:hover{
opacity: 0.5;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);

}


