/* CSS Document */

#Full_Container {
	background-image:url(images/stroke_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	padding:0;
	text-align:center;
	height:100%;
}

#Main_Container {
	margin:0 auto;
	height:100%;
	width:950px;
}

#Header_left {
	background-image:url(images/banner_left.jpg);
	background-repeat:no-repeat;
	background-position:left;
	width:520px;
	height:160px;
	float:left;
}

#Header_right {
	background-image:url(images/banner_right.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:430px;
	height:160px;
	float:right;
}

#Member_login_container {
	width:195px;
	height:120px;
	padding:20px 10px 10px 10px;
	text-align:left;
	float:left;
}

#club_login_container {
	width:195px;
	height:120px;
	padding:20px 10px 10px 10px;
	text-align:left;
	float:right;
}

#Content {
	background-image:url(images/bg_long.jpg);
	background-repeat:repeat-x;
	width:950px;
	height:100%;
	text-align:center;
}

#Banner_container {
	width:730px;
	height:130px;
	padding:5px 0px 0px 0px;
	text-align:center;
	float:left;
}

#logo_container {
	width:210px;
	height:130px;
	padding:0px 0px 0px 0px;
	text-align:center;
	float:right;
}

#tv_container {
	margin:auto;
	width:950px;
	height:990px;
	padding:0 0 0 0;
}

#myctv_container {
	background-image:url(images/bg_myctv.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:469px;
	height:855px;
	float:left;
	padding:55px 0px 0px 5px;
}

#clubtv_container {
	background-image:url(images/bg_clubtv.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:475px;
	height:855px;
	float:right;
	padding:55px 0px 0px 0px;
}

#SpottedJOB_container {
	margin:auto;
	width:950px;
	height:315px;
	padding:0 0 0 0;
}

#Spotted_container {
	background-image:url(images/bg_SPOTTE.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:452px;
	height:250px;
	float:left;
	padding:65px 8px 0px 15px;
}

#Job_container {
	background-image:url(images/bg_job.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:475px;
	height:250px;
	float:right;
	padding:65px 0px 0px 0px;
}

#forum_container {
	background-image:url(images/bg_hottopic.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:950px;
	height:215px;
	margin:auto;
	padding:60px 0 0 0;
}

#Footer {
	width:950px;
	height:100px;
	text-align:center;
}

#content_tv_space {
	background-color:#D8D2D0;
	width:396px;
	height:310px;
	text-align:left;
	padding:10px 10px 10px 10px;
}

#content_blog_space {
	background-color:#EFE8E5;
	width:396px;
	height:500px;
	text-align:left;
	padding:10px 10px 10px 10px;
}

#content_spottedandjob_space {
	background-color:#EFE8E5;
	width:396px;
	height:215px;
	text-align:left;
	padding:10px 10px 10px 10px;
}

#content_forum_space {
	background-color:#EFE8E5;
	width:870px;
	height:170px;
	text-align:left;
	padding:10px 10px 10px 10px;
}