body{background: url(/files/bg_body.jpg) repeat-x 50% 0;}
#intro{
	margin:0 auto;
	position:relative;
	width:1000px;
	}
#intro .box{
	position:absolute;
	top:20px;
	right:0;
	width:322px;
	}
#intro .box h2{
	background:url(/files/bg_boxtitle.gif) repeat-x;
	color:#333;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	height:35px;
	line-height:35px;
	margin:0 0 1px 0;
	text-indent:27px;
	}	
#intro .box .body{
	background:url(/files/bg_box.png) repeat;
	color:#fff;
	margin:0 0 1em 0;
	padding:1em 27px;
	font-size:12px;
	line-height:140%;
	}		
#intro .box .body p{margin:1em 0;}
p.link{height:24px;}
p.link a{
	float:left;
	background:url(/files/bg_boxtitle.gif) repeat-x;
	color:#2c78b0;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	padding:0 14px;
	}