* { margin: 0; padding: 0 }

body 	{ 
		background-color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		font-size: 12px;
		scrollbar-face-color:#C0C0C0;
		scrollbar-highlight-color:#FFFFFF;
		scrollbar-3dlight-color:#C0C0C0;
		scrollbar-darkshadow-color:#000000;
		scrollbar-shadow-color:#808080;
		scrollbar-arrow-color:#FFFFFF;
		scrollbar-track-color:#E0E0E0;
		}

a:link	{
	text-decoration: none;
	color: #ffffff;
	}

a:active{
	text-decoration: none;
	color: #ffffff;
	}

a:visited{
	text-decoration: none;
	color: #ffffff;
	}

a:hover{
	text-decoration: none;
	color: #ff0000;
	}

#gallery {
	text-align: center;
	background-color: #000000;
	width: 100%;
	height: 540px;
	min-height: 540px;
		}	

#gallery_content {
	width: 100%;
	overflow: auto;
	height: 540px;
	min-height: 540px;
		}
		
#top {
	text-align: center;
	background-color: #000000;
	width: 100%;
	min-height:60px;
	height:60px;
		}

#top-buffer {
	background-color: #222222;
	width: 100%;
	min-height:15px;
	height:15px;
			}
		
#bottom {
	text-align: center;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 46px;
	min-height: 46px;
		}
		
#footer {
	text-align:center;
	width: 100%;
		}
		
