body{
	margin:0;
	padding:0;
	background-color:#618E39;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	color:#0775B6;
	font-size:15px;
}
p{
	color:#0775B6;
	font-size:15px;
	line-height:22px;
}
.sky{
	background:url(/images/holding/sky.jpg) repeat-x top;
	height:460px;
	width:100%;
}
.grass{
	width:100%;
	background:url(/images/holding/grass.jpg) center no-repeat #618E39;
	height:325px;
}
.grass_inner{
	width:980px;
	margin:0 auto;
	position:relative;
}
.rory{
	background:transparent url(/images/holding/rory.png) no-repeat scroll 0 0;
	height:450px;
	left:40px;
	position:absolute;
	top:-300px;
	width:320px;
}
* html .rory{
	background:transparent url(/images/holding/rory.gif) no-repeat scroll 0 0;
}
.sign{
	background:transparent url(/images/holding/sign.png) no-repeat scroll 0 0;
	height:480px;
	position:absolute;
	right:95px;
	top:-380px;
	width:535px;
}
* html .sign{
	background:transparent url(/images/holding/sign.gif) no-repeat scroll 0 0;
}
.sign_inner{
	margin:50px 0 0 63px;
	width:410px;
	text-align:center;
}
