@charset "UTF-8";
/* CSS Document */

#frame {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	border: 1px solid #23211F;
	padding: 0px;
	margin-top: 0px;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	padding: 0px;
	background-color: #E87401;
	margin: 10px 0px 0px;
}
strong {
	font-size: 12px;
	font-weight: bold;
}
.image {
	padding-left: 50px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #000000;
}
