body {
background-color:#000000;
}

hr{
width:100%;
height:1px;
background-color:#fff;
border:0;
}

#container{
position:relative;
width:960px;
margin-top:10px;
margin-left:auto;
margin-right:auto;
}

#header{
width:920px;
height:46px;
position:relative;
margin-left:20px;
margin-right:20px;
}

#show {
position:absolute;
top:0px;
left:0px;
margin-bottom:25px;
}

#spacer{
width: 920px;
height: 678px;
margin: 0 auto;
}

#contact{
position:absolute;
}

#about{
position:absolute;
}

#cv{
position:absolute;
}

/*Thumbnail slider*/
.boxgrid{
width:150px;
height:651px;
overflow:hidden;
position:absolute;
top:0px;
right:-150px;
z-index: 10001;
}

.boxcaption{
width:127px;
height:651px;
position:absolute;
opacity:1;
background-color:#000;
background-image:url(../images/thumbs.gif);
background-repeat:no-repeat;
background-position:100% 50%;

}
	
.captionfull .boxcaption {
top:0px;
left:-100px;
}

#footer{
width:200px;
position:absolute;
bottom:2px;
right:20px;
}

