body
{
	margin: 0;
	background-color: #FFF;
}
#wrap {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 100%;
	width: 100%;
}
#head{
	height: 300px;
	width: 100%;
}
#head h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}

#imageDetail{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	height: 100%;
	width: 100%;
}
#imageContainer {
	height: 100%;
	width: 100%;
}
#image {
	width: 700px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	 display: inline-block;
}
#back{
	text-align: left;
	height: 100%;
	width: 68px;
	 display: inline-block;
}
#next{
	text-align: right;
	height: 100%;
	width: 68px;
	 display: inline-block;
}
.centre {
	text-align: center;
}
#imagePaint {
	width: 700px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	 display: inline-block;
}
#imagePaint img {
	width:auto; 
    height: 400px;}