body {
	min-width: 1085px;
	background: #f0f0f0;
	overflow-x: hidden;
	overflow-y: scroll;
	}
	
#main {
	position: absolute;
	z-index: 15;
	min-width: 1063px;
	height: 1124px;
	padding-top: 46px;
	margin-left: 22px;
	}
	
#left-column {
	float: left;
	width: 332px;
	}
	
#right-column {
	float: left;
	width: 686px;
	margin-left: 22px;
	}
	
#title {
	width: 223px;
	height: 165px;
	margin-bottom: 49px;
	}
	
#year {
	width: 208px;
	height: 82px;
	margin-bottom: 143px;
	}
	
#order-button {
	margin-bottom: 29px;;
	}
	
#arrow {
	width: 20px;
	height: 20px;
	float: left;
	}
	
#gallery-link {
	float: left;
	margin: 2px 0 0 5px;
	}

#left {
	width: 365px;
	height: 1124px;
	float: left;
	left: 0;
	top: 0;
	}

#back-image {
	width: 720px;
	height: 1124px;
	background: url('../images/background.jpg') no-repeat right top;
	float: right;
	right: 0;
	top: 0;
	z-index: 10;
	}
	
#order-button a{
	padding: 5px 10px;
	background: #c9c9c9;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	}
	
#order-button a:hover{
	background: #999;
	}
	
.hidden {
	display:none;
	}