html, body{
	width:100%;
	height: 100%;
}
body, div{
	margin:0px;
	padding: 0px;
}
body{
	background-color: #A6CE39;
	background-image:url("../img/bg.png");
	background-position: center center;
	background-repeat: no-repeat;
}
#page{
	width:100%;
	height: 100%;
}
#page td{
	width:100%;
	height: 100%;
}
#top_center{
	width:1000px;
	height: 600px;
	display: block;
}
#contact{
	position: fixed;
	right:  0px;
	top:  30%;
	width:  46px;
	height:  129px;
	margin: 0px;
	padding: 0px;
	display: block;
	
}
#contact a{
	display: block;
	width:  46px;
	height:  129px;
	background-image: url("../img/contacts.png");
	background-position: 6px top;
	background-repeat: no-repeat;
	text-decoration: none;	
}
#contact a:hover{
	background-position: 0px top;
}