@import "reset.css";

body {
	height: 100%;
	background: url(../images/bg_yellowgrain.jpg);
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-size: 22pt;
}

#main {
	width: 717px;
	height: 655px;
	margin: 150px auto 0;
}

#main div {

}

h1 {
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: #434343;
	text-shadow: 0px 1px 0px #aaa;
	line-height: 25pt;
	height: 538px;
	width: 717px;
	box-shadow: 0 0 4px #333;
	
	background: url(../images/lonely_table.jpg) center center no-repeat;
	text-indent: -999em;
}

h2 {
	width: 717px;
	margin: 15px auto 0;
	text-align: center;
}

h2 span {
	color: rgba(0,0,0, 0.5);
	margin: 0 15px 0 0;
}

h3 {
	width: 690px;
	margin: 40px auto 0;
	padding: 0 27px 0 0;
	text-align: right;
	font-size: 18pt;
	color: rgba(0,0,0, 0.2);
}
