body {
	background:#B20701 url(bg2009.gif) repeat-x 0 -100px;
	margin:0px;
	padding:0px;
	color:#fff;
	margin-top:15px;
}

.clearfix:after, .box:after, .boxNoPad:after
	{content: "."; display: block; height: 0px; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}


* html .clearfix {height: 1%;}
.clearfix {display: block;}

#frame {
}
#frame_left{ 
	float:left;
	width:30%;

	background:url(bg_left.gif) no-repeat bottom left;

}
#frame_right{
	float:right;
	width:70%;
	height:100%;

}

#frame_list {
	height:100%;
}
#frame_list div {
	float:left;
	padding:3px;
}

#frame_list div img {
	width:50px;
	height:50px;
	border:0px;
	
}



#frame_info {
	clear:both;
	width:99%;
	margin-top:10%;
	color:#EAAE11;
}
#frame_info p{
	padding:0px;
	margin:0px;
	font-size:13px;
	margin-top:7px;
}
#side {
	width:30%;
	background:url(bg_left.gif) no-repeat 100% 90%;
}
#main {
	width:70%;
	background:url(bg_right.gif) no-repeat 110% 110%;

}
#frame_list a img {
	-moz-opacity:0.7; filter:alpha(opacity=70)

}

#frame_list a:hover img {
	-moz-opacity:1.0; filter:alpha(opacity=100)

}