body{
	background-color:black;
}

#home-panel{
	background:url(http://www.signsunique.co.uk/img/unique-bg.jpg);
	background-repeat:no-repeat;
	height:	1000px;
}

#header-area{
	height: 412px;
}
.nav-button{
	height:40px;
	float:left;
	clear:both;
	width:260px;
	margin-left:35px;
}

.button-text{
	font-size:20px;
	line-height:25px;
	color:#ffffff;
	font-family:"Trebuchet MS", sans-serif;
	font-weight:bold;
}
#content-panel{
	margin-left:15px;
	height:300px;
	font-size:20px;
	line-height:22px;
	margin-top:17px;
	margin-right:20px;
	color:#ffffff;
	font-family:"Trebuchet MS", sans-serif;
}
.clearit{
	clear:both;
}
#gallery-preview{
	margin-left:18px;
	height:302px;
	margin-top:20px;
	
	border:1px solid #ffffff;
}
#upper-text{
	margin-left:220px;
}

#slideshow {
    position:relative;
    height:302px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

