#head > h1
{
	display : none;
}

#main
{
	position : relative;
	
	text-align : center;
	color : #19559e;
	
	padding : 235px 34px 0 13px;
	background : transparent url('../images/body-shadow.png') repeat-y 9px 0;
	margin : 0;
}

#main .pet_portal
{
	position : absolute;
	bottom : 0;
	right : 60px;
	width : 150px;
	height : 80px;
	border: 0px #000000 solid;
	background : transparent url('../images/splash/PetPortalc.jpg') no-repeat top left;
}

#main .pet_portal a
{
	position : absolute;
	top : 37px;
	left : 6px;
	display : block;
	width : 150px;
	height : 80px;
	
	text-indent : -9999em;
	
	background : transparent url('../images/splash/PetPortal1c.jpg') no-repeat top left;
}

#main .newclient
{
	position : absolute;
	bottom : 100px;
	right : 35px;
	width : 150px;
	height : 150px;
	
	background : transparent url('../images/new_client_add.jpg') no-repeat top left;
}

#main b.puppy
{
	position : absolute;
	bottom : 0px;
	left : 20px;
	
	display : block;
	width : 129px;
	height : 154px;
	
	background : transparent url('../images/splash/puppy.jpg') no-repeat top left;
}

#main b.logo
{
	position : absolute;
	top : 30px;
	left : 0;
	right : 0;
	
	display : block;
	height : 191px;
	
	background : transparent url('../images/splash/logo.png') no-repeat top center;
}

#main .pet_portal span
{
	display : block;
	text-indent : -9999em;
}

#body
{
	clear : both;

	padding : 0;
	background-image : none;
}
#body > b
{
	margin : 0 34px 0 13px;
}

#drawers
{
	position : relative;
	
	padding : 0 33px 0 12px;
	background : transparent url('../images/splash/drawer-shadow.png') repeat-y 9px 0;
}
#drawers > div
{
	width : 225px;
	float : left;
	
	padding : 20px;
	background : #ddf2f7 url('../images/splash/drawer-bg.png') repeat-x top left;
	border-left : 2px solid #fff;
}
#drawers > div:first-child
{
	width : 224px;
	border-left : 0 none;
}
#drawers b.top_cap
{
	position : absolute;
	top : -6px;
	left : 9px;
	width : 806px;
	height : 9px;
	z-index : 2;
	
	background : transparent url('../images/splash/drawer-topcap.png') no-repeat top left;
}

#drawers :link,
#drawers :visited
{
	color : #006699;
	text-decoration : none;
}

#foot
{
	background-image : url('../images/splash/drawer-cap.png');
}