body{
	background:url('images/bg.png') no-repeat;
	min-width:820px;
	
}
.heading {
	font:oblique small-caps 900 13px arial;
}
.headingLg {
	font:oblique small-caps 900 30px arial;
}
#gallery {
	padding:15px;
	height:500px;
	width:400px;
	
}
#container{
	position:absolute;
	margin-left:10%;
	margin-top:10%;
	height:600px;
	width:790px;
	background:url('images/container.png') no-repeat;
}
#infocon{
	position:absolute;
	right:20px;
	top:30px;
	width:300px;
	height:230px;
	background:url('images/infocon.png') no-repeat;
}
#galcon{
	position:absolute;
	left:20px;
	top:30px;
	width:420px;
	height:530px;
	background:url('images/galcon.png') no-repeat;
}
#banner{
	position:absolute;
	right:20px;
	bottom:40px;
	height:40px;
	width:400px;
	background:url('images/banner.png') no-repeat;
}
#header{
	position:absolute;
	left:40px;
	top:5px;
}