/*==========================================================================
  HTML TAGS
  ==========================================================================*/
html {
    background-image:    url(../images/tile_white.jpg);
}

/*==========================================================================
  DIV CONTAINERS
  ==========================================================================*/
#jnav {
	background-image:    url(../images/logo_taupebanner.png);
}
#gallery {
    margin-top: -30px;	
}
#gallery img {
    width:1000px; /* Set your image width */
    height:525px; /* Set your image height */	
}
.color {
    color:#CCFFFF;
}