@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 18px;
	background-color: #FFF;
	color: #000;
	padding-top: 100px;
}
img { border: 0px; }
#top {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 14px;
}
#bottom {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 14px;
}
#container {
	width: 260px;
	padding-left: 275px;
	height: 330px;
	margin: 0px auto 0px auto;
	background: url('../_images/shot.jpg') no-repeat top left;
	padding-top: 70px;
}
#container a, #bottom a, #container a:visited, #bottom a:visited, a:visited.hilight { color: #FFF; background-color: #000; text-decoration: none; }
#container a:hover, #bottom a:hover, a:hover.hilight { color: #000; background-color: #FFF; text-decoration: none; }
#sub_container {
	width: 535px;
	height: 400px;
	margin: 0px auto 0px auto;
}
#container .spacer { height: 15px; }