html, body{margin:0; padding:0; font-size:14px;}

body{background:#000 url(../images/background.jpg) top center no-repeat; margin:0; margin:40px 0 0 0}

td img {display: block;}

a {color:white; text-decoration:none; outline:none;}
a:hover {color:#ccc; text-decoration:none;}

a img {border:0;}

ul{padding:10px;}
	
.frame_left{
	width:160px;
	position:absolute;
	top:80px;
	margin:0 0 0 -140px;
}

.frame_left h3 {
	color:#B50102;
	padding:0 0 0 10px;
	margin:0;
}
.frame_left .top {
	background:url('../images/frame_left_01.png') no-repeat right;
	height:21px
}
.frame_left .middle {
	background:url('../images/frame_left_02.png') repeat-y right;
	min-height:260px;
}

.frame_left .bottom {
	background:url('../images/frame_left_03.png') no-repeat right;
	height:22px
}

.frame_left ul, .frame_right ul{margin:0;}

.secound {
	top:450px;
}

.frame_right{
	width:160px;
	position:fixed;
	top:80px;
	right:0;
	margin:0 -140px 0 0;
}

.frame_right ul{padding:10px; text-align:right;}

.frame_right h3 {
	color:#B50102;
	padding:0 10px 0 0;
	margin:0;
	text-align:right;
}
.frame_right .top {
	background:url('../images/frame_right_01.png') no-repeat left;
	height:21px
}
.frame_right .middle {
	background:url('../images/frame_right_02.png') repeat-y left;
	min-height:260px;
}

.frame_right .bottom {
	background:url('../images/frame_right_03.png') no-repeat left;
	height:21px
}

.show, .close{
	position:absolute;
	bottom:10px;
	right:12px;
	font-size:10px;
	font-family:Arial;
	color:#333;
}

.show_r, .close_r{
	position:absolute;
	bottom:10px;
	left:12px;
	font-size:10px;
	font-family:Arial;
	color:#333;
}

