@charset "utf-8";
/* CSS Document */

#layout {
	background-image: url(../images/bottom_background.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	background-position: center top;
	color: #D1D1D1;
}
#gallery{
			margin:20px auto;
			height:500px;
			width:860px;
			position:relative;
			color:#aaa;
			padding:20px;
			overflow:hidden;
			border:1px solid #888;
			background-color:#000;
		}
