html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:black;
}

html,body,td,a,p,div {
    text-align: justify;
	font-family:arial,sans-serif;
}

div#holder {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:white;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}


div#header {
}


div#content {
    padding: 50px 20px 30px 20px;
    background-image: url(../images/shading.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
	background-color: white;
}


div#footer {
	text-align:right;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#ddd;
	border-top:6px double gray;
}


h1 {
    text-align: center;
    margin-bottom: 30px;
}

/*
 gallery
 */

img {
    border: 0px;
}

#img1, #img2, #img3 {
    position: relative;
    border: 2px solid red;
    width: 140px;
    height: 140px;
}

#img1 {
    left: 76px;
}

#img2 {
    left: 283px;
    top: -144px;
}

#img3 {
    left: 479px;
    top: -288px;
}

.pagination {
    text-align: center;
}

#leftSet, #rightSet {
    position: relative;
    border: 2px solid red;
    width: 15px;
    height: 25px;
}

#leftSet {
    left: 300px;
    top: -250px;
}

#rightSet {
    left: 395px;
    top: -278px;
}

