@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.links {
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	line-height: 26px;
}


#container {
	width: 165px;
	background-image: url(images/bg.gif);
	height: 170px;
}
.title {
	background-image: url(images/title.gif);
	height: 38px;
	width: 165px;
}

