html {
	height: 100%;
        overflow:auto;
}

body{
	font-family: sans-serif, arial, helvetica; 
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: transparent; 
	height: 100%; 
	border-top: 1px transparent solid; 
	margin-top: -1px; 
	z-index:0; 
	position:relative;
}

a {
	color: #ffffff;
}

#page-body {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
}

#browser-panel {
	background-image: url(/gallery/images/semitransparent.png);
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
	width: 120px;
	min-height: 400px;
	line-height: 1.5;
	margin-left: 0px;
	float: left;
}

#thumbs-panel {
        background-image: url(/gallery/images/semitransparent.png);
        -moz-border-radius: 5px;
        -khtml-border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        max-height: 600px;
	overflow: auto;
        line-height: 1.5;
	width: 810px;
	margin-right: 10px;
        float: right;
	padding: 10px;
	
}


#album-list {
	color: #fff;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}

#album-list li{
	list-style: none;
}

#bg-img {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#gallery {
	list-style:none;
}

#gallery li {
	display:block;
	height: 100px;
	width: 100px;
	float: left;
	text-align: center;
}

#gallery img {
	border: 0px;
}
