@charset "UTF-8";
/* CSS Document */

html, body {
border:0;
margin:0;
background:#00C1DE;
}
.button_one a, .button_two a, .button_three a {
width:145px;
height:145px;
display:block;
text-indent:-1500px;
overflow:hidden;
}

.button_one a {
background:url(../images/button_one.gif) 0 0;
}


.button_two a {
background:url(../images/button_three.gif) 0 0;
}

.button_three a {
background:url(../images/button_two.gif) 0 0;
}

.button_one a:hover, .button_two a:hover, .button_three a:hover { 
background-position: 0 -145px;
}

#wrapper {
padding:0 0 0 149px;
}
#logo {
padding:0 0 145px 0;
}
#buttonone{
width:145px;
height:145px;
padding:0 89px 0 45px;
float:left;
}
#buttontwo{
width:145px;
height:145px;
padding:0 89px 0 0;
float:left;
}
#buttonthree{
width:145px;
height:145px;
float:left;
}
#phoneno {
padding:335px 0 0 45px;
}