body{
    background-color: black;
	font-family: arial;
	position:relative;
    color: gray;
	}
	
div {
    text-align:center;
    padding-left:140px;
    width: 700px;
    }

div.title{
	font-size: 40px;
	}

div.thumbnails{
    position:absolute;
	padding-top: 50px;
	margin-left: 180px;
	height: 175px;
	width: 480px;
	overflow: auto;
	white-space: nowrap;
	scrollbar-3dlight-color: gray;
	scrollbar-arrow-color: gray;
	scrollbar-base-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: black;
	scrollbar-highlight-color: black;
	scrollbar-shadow-color: gray;
	z-index:3;
    }

div.thumbnails img{
	left: -143px;
	position: relative;
	margin-right: 3px;
	margin-left: 3px;
    border:none;
    }

div.main{
    position: absolute;
    padding-top: 220px;
	}

div.title{
    position:absolute;
	font-size: 40px;
	color: gray;
	}

	
p.navigation {
    position: absolute;
	text-align: center;
	line-height: 45px;
    width:120px;
    padding-top: 70px;
	}
	
p.navigation a{
    display:block;
	text-decoration: none;
	color: gray;
	border: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	margin-bottom: 10px;
	}
	
p.navigation a:hover {
    color:darksalmon;
    }
	
