@charset "utf-8";
body {
	font: 100% Verdana, Geneva, sans-serif;
	background-image: url(images/bow.JPG);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#container {
	width : 860px; 
	margin:0 auto;
	text-align: center;
	height: auto;
}
.MainText {
	font-size: 24px;
	text-align: center;
	color: #444;
	font-style: normal;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #444;
}
a:visited {
	text-decoration: none;
	color: #609;
}
a:hover {
	text-decoration: none;
	background-color: #444;
	color:#EEEEEE;
}
a:active {
	text-decoration: none;
	background-color: #00A;
}