.bodytext {
	font-family:Arial;
	font-size:13px;
	line-height:17px;
	text-align: left;
}
body {
	background-image:url(../Images/wall.gif);
	top: 0;
	position:relative;
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
	padding-top: 40px;
}

#mycontent {
	height:1005px;
	width:833px;
	font-style:normal;
	position:relative;
	float:none;
	display:block;
	top:0%;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	background-image: url(../Images/00.png);
	background-repeat: no-repeat;
}

a .alt { display: none;
}



a#shop {
	display: block;
	width: 299px;
	height: 78px;
	background-image: url(../Images/button1.png);
	margin: 0 auto;
	background-repeat: no-repeat;
}
a#shop:hover {
	background-position: 0 -79px;
}
a#shop:active {
	background-position: 0 -0px;
}
a .alt {
	display: none;
}



a#links {
	display: block;
	width: 299px;
	height: 78px;
	background-image: url(../Images/button2.png);
	margin: 0 auto;
	background-repeat: no-repeat;
}
a#links:hover {
	background-position: 0 -78px;
}

a#links:active {
	background-position: 0 -0px;
}
a .alt {
	display: none;
}



a#contact {
	display: block;
	width: 299px;
	height: 78px;
	background-image: url(../Images/button3.png);
	margin: 0 auto;
	background-repeat: no-repeat;
}
a#contact:hover {
	background-position: 0 -79px;
}
a#contact:active {
	background-position: 0 -0px;
}
a .alt { display: none;
}

/* End Buttons */


a:hover {
	text-decoration:none;
	color:#0CF
}
a:active,a:visited {
	text-decoration:none
}
a:link {
	text-decoration: none;
}

