 


#bigbox{
 
border-style: solid;
border-color:  #5E71A7;
border-width:  0px solid #000;
width: 960px;
margin: 0px auto;
background: #E9EAF0;

}


 

#buttonbox1 {background:#E3EAFE url(box-blue-yellow.jpg) no-repeat 0px 0px; height:250px; width:200;}
#buttonbox1:hover {background-position:0px -260px;}
#buttonboxtext1 {padding:17px;}
#buttonbox2 {background:#E3EAFE url(box-blue-yellow.jpg) no-repeat 0px 0px; height:250px; width:200;}
#buttonbox2:hover {background-position:0px -260px;}
#buttonboxtext2 {padding:17px;}
#buttonbox3 {background:#E3EAFE url(box-blue-yellow.jpg) no-repeat 0px 0px; height:250px; width:200;}
#buttonbox3:hover {background-position:0px -260px;}
#buttonboxtext3 {padding:17px;}

 
------------------
round corner box


#buttonbar {background:#E3EAFE url(img.png) no-repeat 0px 0px; height:55px; width:960;}
#buttonbar:hover {background-position:0px -260px;}
#buttombartext {padding:0px;}


.image-wrapper {
	position: relative;
	width: 960px;
}
.image-wrapper h1 {
	position: absolute;
	left: 158px;
	top: 174px;
	padding: 10px;
	border: 0px solid #FFF;
	width: 920px;
	color: #000;
	margin: 5px;
}

 
