/*Header CSS*/
#header
{
	background-image: url('../Images/header6.jpg');
	background-repeat: no-repeat;
	height:170px;
	position:relative;
	margin-top: 5px
}

#header a

{
    position: absolute;
    top: 0;
    left: 0;
    width: 980px;
    height: 170px;
}

#header h1
{
    display: none;
}