body{
	margin: 10 0 20;
	*margin: 11 0 20;
	background: #000000 url(img/bg.gif) repeat-x top;
}
.middle{
	background: url(img/bgm.gif) repeat-y left;
}
.image{
	border: 1px solid #363436;
	display: block;
}
.boxLink {
	display:block;
	margin-top:2px;
	width: 122px;
	height: 173px;
	text-decoration:none; 
	text-align:center;
} 
	.boxLink img {
		border:1px solid #D31100; 
		margin-top:6px; 
		margin-bottom:5px; 
		margin-left:auto; 
		margin-right:auto;
	}
	.boxlink span {
		display:block;
		border:1px solid #D31100;
		width: 117px;
		*width: 122px;
		height: 30px;
		text-align:left; 
		padding-left: 5px;
		font-family: Tahoma;
		font-size:11px; 
		font-weight: bold;
		text-decoration:none; 
		line-height:14px; 
		color:#FFC100; 
		background: url(img/hbg.gif) repeat-x;
	}
	.boxlink span b{
		font-weight: normal;
		color: #FFE79C;
	}
.boxLink:hover {
	border-color: #F6CB00;
}
	.boxLink:hover span{
		border-color: #F6CB00;
	}
	.boxLink:hover img{
		border-color: #F6CB00;
	}
.midd{
	background: url(img/but.gif) no-repeat center;
	height: 28px;
	width: 230px;
	text-align: center;
	padding-top: 8px;
}
a.link, a.link:active, a.link:visited {
		text-align:left; 
		font-family: Tahoma;
		font-size:14px; 
		font-weight: bold;
		text-transform: uppercase;
		text-decoration:none; 
		line-height:12px; 
		color:#FFC100; 
}
a.link:hover {
		text-decoration: underline; 
		color:#F6CB00; 
}
.form{
	font: normal bold 14px Arial;
	color: #FE8B03;
	text-transform:uppercase;
}
.bottomInput {
	width:380px; height:25px; padding-top:4px; border:1px solid #D60E00; background-color:#A81000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold; color:#fff; text-align:center;
}