/* 
        CSS page Style
 */

body {  background: url(../Canvas1.jpg);
	
}

#container {
	position:relative;
	margin: 0 auto;
	width: 794px;
	height:  567px;
	background: url(images/The-Christmas-Kitten-2007.png) no-repeat;
	
	
}

#button_sx{
	text-indent: -999px; 
	background:url(images/button.png);
	position:absolute;
	left:81px;
	top:512px;
	height:57px; 
	width:54px; 
 }
 #button_sx:hover , #button_sx:focus{
 	outline: none;
 	background-position:0px -54px;
 }
 
#button_home {
	text-indent: -999px; 
	background: url(images/home_button.png);
	position:absolute;
	height:51px; 
	width:59px; 
	left:361px;
	top:480px;
	}
#button_home:hover , #button_home:focus {
	outline: none;
 	background-position:0px -51px;
 }
	
#button_dx{
	text-indent: -999px; 
	background:url(images/button.png);
	left:648px;
	top:505px;
	position:absolute;
	height:57px; 
	width:54px; 
	}
	#button_dx:hover ,  #button_dx:focus{
		outline: none;
 	background-position:0px -54px;
 }
