
#box {
width:960px;
height:400px;
clear:both;
margin:0 auto;
padding:0;
}
#left{
padding:20px 10px;
}
#right li{
list-style:none;
float:left;
width:121px;
height:121px;
background:url(images/li.png) no-repeat 0 0;
margin:7px;
}
#right li a img{
border:none;
margin-top:12px;
margin-left:11px;
}
#right h2{
font-size:26px;
color:#df5a15;
padding-left:10px;
margin-top:10px;
}
#left p{
font-size:36px;
color:#dddddd;
text-shadow:1px 1px 1px #333333;

}
#left a{
color:#df5a15;
text-decoration:none;
}
#left a:hover{
background:#dddddd;
}
#tooltip{
	position:absolute;
	padding:30px 40px;
	color:#333;
	display:none;
	width:299px;
	height:113px;
	background:url(images/tooltip.png) no-repeat 0 0;
	font-size:11px;
	}
