body {
	background-image: url(img/bg.jpg); 
	background-repeat: repeat-x;
    	background-color: #262626;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.link {
border: 0px solid black;
color: black;
}
.link:hover {
border: 0px solid black;
color: black;
}
.link:active {
border: 0px solid black;
color: black;
}
.link:visited {
border: 0px solid black;
color: black;
}
.button a 
{
background: url(img/menu_10.jpg) no-repeat;
width: 117px;
height: 58px;
display: block;
margin: 0 auto 0 auto;
text-decoration: none;
text-indent: -100px;
overflow: hidden;
float: left;
}
 
.button a:hover
{
background-position: 0 -58px;
}
.button1 a 
{
background: url(img/menu_11.jpg) no-repeat;
width: 32px;
height: 58px;
display: block;
margin: 0 auto 0 auto;
text-decoration: none;
text-indent: -100px;
overflow: hidden;
float: left;
}
 
.button1 a:hover
{
background-position: 0 -58px;
}
.button2 a 
{
background: url(img/menu_12.jpg) no-repeat;
width: 68px;
height: 58px;
display: block;
margin: 0 auto 0 auto;
text-decoration: none;
text-indent: -100px;
overflow: hidden;
float: left;
}
 
.button2 a:hover
{
background-position: 0 -58px;
}