#main
{
	background-position:center;
	background-repeat:repeat-y;
	margin-top:8px;
	width:575px;
	background-position:center;
	margin-right:auto;
	margin-left:auto;
	width:575px;
}



#divpageheader
{
	position:relative;
	background-image:url(../Images/Titles/ContactUsTitle2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:150px;
	width:573px;
	margin-bottom:40px;
	border:1px solid silver;
}




/* the button's outer container */
.divbutton
{
	height:39px;
}



/* the link CLASS */
.divbutton a
{
	height:39px; /* the height of that part of the image we want to show */ 
	width:146px; /* the width of that part of the image we want to show */ 
	display:inline; 
	text-align:center; 
	margin:auto; 
	float:left; 
	border:0px 	solid #FFFFFF; 
}




#divkeepshoppingbutton 
{
	background:url(../Images/Buttons/Keep-Shopping.png) no-repeat;
	background-position:top;
	margin-top:30px;
	margin-left:200px;
}





#divkeepshoppingbutton:hover
{
	background:url(../Images/Buttons/Keep-Shopping.png) no-repeat;
	background-position:0 -39px; /* adjust the position by the the height of that part of the image we want to show - a negative figure means we are mving the view up by that many px */ 
} 





#divkeepshoppingbutton:active 
{
	background:url(../Images/Buttons/Keep-Shopping.png) no-repeat; 
	background-position:0 -78px; /* adjust the position by the the height of that part of the image we want to show - a negative figure means we are mving the view up by that many px */ 
}



#divbutton
{
	margin-top:30px;
}



#imginformation
{
	margin-left:30px;
	position:relative;
}



#divtitlegradient
{
	margin-top:30px;
	background-image:url(../Images/Backgrounds/TitleGradient.jpg);
	height:25px;
	background-repeat:no-repeat;
	color:white;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana,Helvetica,sans-serif;
	padding-left:10px;
	padding-top:5px;
	margin-bottom:15px;
}