html, body{
 height:100%;
}

body {
 font-family:"trebuchet ms", verdana, sans-serif;
 font-size:0.8em;
 text-align:center;
 background-color:#000000;
 padding:0px;
 margin:0px;
 color:#777777;
}

img {
 border:0px;
}

a {
 color:#888888;
 text-decoration:none;
}



a.mosaic { border:none; display:block; float:left; width:40px; height:40px; background-position:center; text-decoration:none; } #mosaic { width:720px; } Change the width and height to your liking. You will need to do some calculations with the tile width and height, #mosaic width, and the tile count to get this to display properly. By default it makes a rectangle that is 720 by 480. For example, 720/40 = 18 columns * by 12 rows = 216 (the default tile count).






#commentWrap textarea, #commentWrap input {
 width:80%;
}

h1 {
 font-family:georgia, "trebuchet ms", verdana, sans-serif;
 font-size:140%;
 margin:0em 1em 0em 1em;
 padding:0.1em;
 letter-spacing:3px;
 font-weight:normal;
}

h2 {
 font-size:120%;
 margin:0em;
 margin-top:0.3em;
 padding:0em;
 letter-spacing:3px;
 font-family:georgia, "trebuchet ms", verdana, sans-serif;
 font-weight:normal;
 color:#333333;
}

.devider {
 width:100%;
 clear:both;
 font-size:0em;
}


#container {
 width:680px;
 margin-left:auto;
 margin-right:auto;
 background-color:#151515;
}

#menu {
 letter-spacing:2px;
 font-size:90%;
 height:150px;

}
#menu a.item {
 float:right;
 padding:70px 3px 70px 3px;
}
#menu a.item:hover {
 background-color:#222222;
 color:black;
}

#menu a#logo {
 float:left;
}

#submenu {
 float:right;
 border:1px solid #222222;
 background-color:#222222;
 padding:0.2em 0.5em 0.2em 0.5em;
}
#submenu a {
 
}
#exif {
 width:40%;
 font-size:90%;
 float:left;
 margin-left:1em;
}


#commentWrap {
 width:40%;
 font-size:90%;
 float:right;
 margin-right:1em;
 text-align:left;
}

#display {
 text-align:left;
 clear:both;
 border:0px solid #151515;
 width: 680;
}

#display p {
 margin:1em;
}

img.thumbs {
 float:left;
 border:1px solid #333333;
 padding:0.2em;
 margin:0.3em 0.3em 0.3em 0.3em;
}

.thumbnails {
 float:left;
 border:1px solid #333333;
 padding:0.4em;
 margin:0em 0.3em 0.6em 0.3em; 
}

#footer {
 background-color:#111111;
 padding:0.5em;
 text-align:right;
}
#displayBlack{
 background-color:#000000;
  text-align:left;
 clear:both;
 border:0px solid #000000;
 width: 680;
}


#footer, #footer a {
 color:#555555; 
 font-size:95%;
}

#imageWrap {
 background-image:url(../images/loadingB.gif);
 background-repeat:no-repeat;
 background-position:center center;
 width: 680px;
 
 
}

#thumbnailwrap {
 width:480px;
 float:left;
}

#details {
 width:165px;
 float:right;
 background-color:#222222;
 padding:1em;
 margin:0px 0px 5px 5px;
}

#text {
 float:left;
}

.mark {
 background-color:#222222;
 color:orange;
}

.tags10 {
 font-size:90%;
}
