.container .box-holder
{
	background:url(../images/graphic/box.png) repeat;
	padding:10px;
	margin-top:190px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-khtml-border-radius:3px;
}

.container .box
{
	width:274px;
	border:1px solid #000;
}

.container .box .box-box
{
	padding:10px;
	margin:75px 0 0 0;
	background:url(../images/graphic/box.png) repeat-x;
}

.container .box .box-box p
{
	font-size:26px;
	color:#FBF7F7;
	text-transform:capitalize;
	font-family:Century Gothic;
}

.container .box .box-box a 
{
	text-decoration:none;
}

.container .box .box-box span
{
	font-size:10px
	color:#999;
}
