/* CSS Document */

/* CSS Document */
/* REMOVE ALL THOSE ANNOYING BROWSER DEFAULT MARGINS AND PADDING */
*
{
	margin: 0px;
	padding: 0px;
}

div#topbox
{
	position: relative;
	height: 93px;
	width: 933px;
	margin-left: -28px;
	background-color: transparent;
	background-image: url(http://www.wiisellit.co.uk/images/header.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}

div#topbox h1
{
	text-indent: -2000px;
	background: url(http://www.wiisellit.co.uk/images/logo2.gif) left no-repeat;
	height: 62px;
	width: 228px;
	position: absolute;
	top: 10px;
	left: 16px;
}

div#topbox h2
{
	text-indent: -2000px;
	margin: 0px;
}
div#topbox ul
{
	list-style: none;
	position: absolute;
	left: 390px;
	top: 50px;
	width: 535px;
}
div#topbox ul li
{
	float: left;
}
div#headerimg
{
height:50px;
}

