﻿body 
{
	margin: 20px; 
	padding: 0px; 
	background-color: #FFFFFF;
}

.top
{
	width: 604px; 
	height: 100px; 
	background-image: url("/Images/splash/top.jpg"); 
	background-repeat: no-repeat;
}

.bottom
{
	width: 604px; 
	height: 10px; 
	background-image: url("/Images/splash/bottom.gif");
	background-repeat: no-repeat;
}

.contact
{
	height: 50px;
	background-image: url("/Images/splash/contactus.gif"); 
	background-repeat: no-repeat; 
	background-position: center;
	padding-bottom:5px;
	padding-top:5px;
}

td.right
{
	width: 10px;
	background-image: url("/Images/splash/right.jpg"); 
	background-repeat: repeat-y;
}

td.left
{
	width: 10px; 
	background-image: url("/Images/splash/left.jpg"); 
	background-repeat: repeat-y;
}

td.content
{
	width:552px; 
	padding: 9px; 
	height: 110px; 
	background-image: url("/Images/splash/leaves.png"); 
	background-repeat: no-repeat; 
	background-position: bottom right;
}

