body,html {
	height: 100%;
	margin: 0px;
	background-color: #FFF;
}
.box {
	width: 293px;
    height: 262px;
    background: url('../images/box.gif') no-repeat 0 0;
}
.a12 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a6a6a;
	text-decoration: none;
}
.a12 a:link,.a12 a:visited{
	color: #6a6a6a;
	text-decoration: none;
}
.a12 a:hover { 
	text-decoration: underline;
}

