body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-family: Arial;
	font-size: 10pt;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
}
.box {
	border: 1px #fff solid;
	position: absolute;
	width: 300px;
	min-height: 100px;
	/* height: 250px; */
	left: 10px;
	top: 10px; 
	background-color: #000;
	padding: 2px;
	background-image: url(box-bg.png);
	background-repeat: no-repeat; 
}
.box .mover {
	background-image: url(mover.png);
	height: 48px;
	width: 48px;
	background-repeat: no-repeat;
	float: right;
}
.box .title, .box .title a, .box .title a:link, .box .title a:visited {
	font-size: 130%;
	display: block;
	text-align: center;
	color: #fff;
}
.box .link, .box .link a, .box .link a:link, .box .link a:visited {
	display: block;
	text-align: right;
	color: #fff;
	text-decoration: none;
	font-size: 9pt;
}

.link a:hover {
	text-decoration: underline;
}
.box  a, .box a:link, .box a:visited {
	color: #fff;
}