#main h2 {
	color:#333;
	font-weight:normal;
	font-size:16px;
}

#bread {
	font-size:11px;
	font-weight:bold;
	color:#666;
	position:absolute;
	top:216px;
	left:50%;
	margin-left:-232px;
}

#main {
	position:absolute;
	top:230px;
	height:530px;
	color:#333;
}


#send {
	position:absolute;
	top:272px;
	left:50%;
	margin-left:-254px;
	font-weight:bold;
}


#bottom {
	position:absolute;
	top:777px;
	left:50%;
	margin-left:-388px;
}


#bottom .box1 {
	font-size:9px;
	line-height:normal;
	float:left;
	width:148px;
	height:194px;
	margin-top:7px;
	background:#000;
	color:#ccc;
	padding:1px;
	position:relative;
}

#bottom .box1 span {
	position: absolute; /* important */
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 7px 0 7px 9px;
	width: 140px;
	background-color: #000;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #fff;
	bottom: 0;
}

#bottom .box2 {
	font-size:9px;
	line-height:normal;
	float:left;
	width:148px;
	height:194px;
	margin-top:7px;
	margin-left:7px;
	background:#000;
	color:#ccc;
	padding:1px;
	position:relative;
}

#bottom .box2 span {
	position: absolute; /* important */
	left: 0;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 7px 0 7px 9px;
	width: 140px;
	background-color: #000;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #fff;
	bottom: 0;
}
