#canvas{
	margin:0 auto;
	padding:10px;
	width:940px;
	height:980px;
	overflow:hidden;
}

#header{
	position:relative;
	height:90px;
	border-bottom:solid 10px white;
}
	#header .logo{
		position: absolute;
		top: 0;
		left: 0;
		width: 202px;
		height: 90px;
	}
	#header .install_app{
		position:absolute;
		top:0;
		left:0;
		width:202px;
		height:40px;
	}
	#header .send_friend{
		position:absolute;
		bottom:0;
		left:0;
		width:202px;
		height:40px;
	}
	#header .ad_728x90{
		position:absolute;
		top:0;
		right:0;
		width:728px;
		height:90px;
	}

#main{
	width:630px;
	height:880px;
	float:left;
	background:#f4f7f8 url(../images/fancy_title_main2.png) 0 0 no-repeat;
}
	#main .head{
		font-size:11px;
		padding:0 10px;
		height:30px;
		background:url(../images/fancy_title_left.png) 5px 0 no-repeat;
	}
		#main .head p{
			padding:0 5px 0 0;
			height:28px;
			float:left;
			background:url(../images/fancy_title_right.png) 100% 0 no-repeat;
		}
		#main .head a,
		#main .head span{
			display:block;
			padding:7px 5px 0 5px;
			height:15px;
			float:left;
			color:#ebebeb;

		}
		#main .head a{
			color:#ebebeb;
			font-weight:bold;
		}
		#main .head .separator{
			padding:7px 0 0 0;
			color:#999;
		}
		
	#main .body{
		height:750px;
		overflow:auto;
		border-left:solid 1px #75a9d6;
		border-right:solid 1px #75a9d6;
	}
	
	#main .foot{
		height:29px;
		border-left:solid 1px #75a9d6;
		border-right:solid 1px #75a9d6;
		border-bottom:solid 1px #75a9d6;
		background:#000000;
	}
	
	#main .ad_468x60{
		height:60px;
		border-top:solid 10px white;
	}
	
#sidebar{
	width:300px;
	height:880px;
	float:right;
}
	#sidebar .head{
		background:url(../images/fancy_title_main2.png) 0 0 no-repeat;
	}
		#sidebar .head h3{
			height:30px;
			line-height:30px;
			text-indent:5px;
			color:white;
			font-weight:bold;
			font-size:12px;
		}
	#sidebar .ad_300x250{
		height:250px;
		border-top:solid 10px white;
	}


