html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-family: Arial;
	font-size: 12px;
	color: #3b3b3b;
	background: #d2d2d7;
}

a {
	color: #000;
}

/**
 * Content
 */
 
.container {
	background: url(../_gfx/background.jpg) repeat-x;
	width: 968px;
	height: 550px;
	position: absolute;
	top:50%;
	left:50%;
	margin-top: -275px;
	margin-left: -484px;
}

.content_left {
	position: absolute;
	left: 50px;
	top: 50px;
	height: 400px;
	width: 316px;
	border-right: 1px solid #3b3b3b;
	padding-right: 9px;
	text-align: right;
	vertical-align: text-bottom;
	overflow: hidden;
}
.content_left span{
	position: absolute;
	bottom: 0;
	right: 9px;
}

.content_right {
	position: absolute;
	right: 50px;
	top: 50px;
	height: 400px;
	width: 534px;
	vertical-align: bottom;
	text-align: left;
	overflow: hidden;
}
.content_right img#image,span {
	position: absolute;
	bottom: 0;
	left: 0;
}
.content_right p {
	margin: 0 0 8px 0;
	text-align: justify;
}
#content_scroller {
	width: 534px;
}

.home_title {
	margin-left: 50px;
}

/**
 * Gallery pic view
 */
#arrow_left,
#arrow_right,
#arrow_up,
#arrow_down {
	cursor: pointer;
}

#pic_title {
	font-weight: bold;
}

#pic_year {
	
}

#pager {
	margin-bottom: 30px;
}

#spinner {
	width: 50px;
	height: 50px;
	
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
}




