BODY {
	background-color: #fff;
	margin: 0;
	font-family: trebuchet ms, verdana;
	font-size: 12px;
	color: #4b4d56;
}

IMG {
	border: 0;
}

A {
	color: #4b4d56;
	text-decoration: none;
}

FORM {
	margin: 0;
}

#container {
	width: auto; 
	width: 1024px;
	background-color: #fff;
}

INPUT, OPTION, TEXTAREA, SELECT {
	background-color: #eeeeee;
	color: #000;
	border: 1px solid #c3c3c3;
	font-family: trebuchet ms, verdana;
	font-size: 12px
}

INPUT:focus {
	border: 1px solid #000;
}

/* content */
#content {
	background-color: #fff;
	height: 672px;
	position: relative;
}

#content_deux {
	position: relative;
}

#deco {
	position: absolute;
}

#sub_title {
	position: absolute;
	right: 762px;
	top: 27px;
}

#episodes {
	position: absolute;
	right: 762px;	
	top: 482px;
}

#blog {
	position: absolute;
	right: 762px;
	top: 758px;
}

#arrow_left {
	position: absolute;
	right: 765px;	
	top: 620px;
}

/* movie */
#movie {
	position: absolute;
	right: 82px;
	top: 38px;
	width: 640px;
}

#movie #click_hd {
	position: absolute;
	left: -90px;
	display: none;
}

#header {
	margin-bottom: 5px;
	margin-top: -2px;
}

/* selection */
#selection {
	position: absolute;
	right: 82px;
	top: 440px;
	width: 640px;
	z-index: 2;
	background-color: #fff;
}

#selection #scroller {
	height: 190px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.scroller_item {
	background-color: #c0c0c0;
	height: 39px;
	margin-bottom: 11px;
	color: #273b47;
	font-size: 17px;
	font-weight: bold;
	line-height: 38px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	zoom: 1;
}

.selection_button {
	text-align: center;
}

.selection_button IMG {
	cursor: pointer;
}


/* movie info */
#movie_info {
	height: 188px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	position: absolute;
	right: 82px;
	top: 464px;
	width: 640px;
	background-color: #c0c0c0;
	z-index: 1;
}

#i_left {
	position: absolute;
	left: 15px;
	top: 25px;
	width: 400px;
	line-height: 20px;
}

#i_left #ep_title {
	font-size: 16px;
	font-weight: bold;
}
#i_left #ep_date {
	margin-bottom: 20px;
}

#i_right {
	position: absolute;
	right: 15px;
	top: 25px;
}

#i_right IMG {
	margin-bottom: 5px;
}

#video {
	background-color: #181821;
}


/* mid */
#mid {
	height: 228px;
	position: relative;
}

#mid #left {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#mid #right {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#mid #right #subscribe {
	width: 190px;
}

#subscribe IMG {
	margin-bottom: 5px;
}

/* footer */
#footer {
	margin: 5px;
	border: 1px solid #566f6a;
	background-color: #608ba2;
	padding: 5px;
	text-align: right;
}

#page {
	margin-left: 300px;
	margin-top: 8px;
	margin-right: 82px;	
}

#page P {
	margin: 0;
}

#page A {
	text-decoration: underline;
}

#copyright {
	text-align: center;
	margin: 10px;
	margin-top: 50px;
	font-size: 9px;
	color: #c0c0c0;
	width: 1024px;
}

.icon_link {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

.icon_link IMG {
	border: 0;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-top: 2px;
}

.im_code {
	width: 350px;
	height: 36px;
	border: 1px solid #000;
	padding: 4px;
	overflow: scroll;
}

#top {
	height: 21px;
	background-color: #3b3b3b;
	padding-left: 20px;
	position: relative;
}

.crazy_red_bar {
	width: 710px;
	height: 20px;
	background-color: red;
}

#menu {
	margin-bottom: 50px;
}

#menu A {
	font-size: 14px;
	margin-right: 10px;
}

.blog_title {
	padding-left: 20px;
	font-weight: bold;
}

.blog_post {
	margin-bottom: 25px;	
	margin-top: 25px;	
}

.blog_date {
	color: #999;
	font-weight: none;
	margin-left: 20px;
	margin-right: 20px;
}

.read_more {
	color: orangered;
	text-decoration: none;
	font-size: 10px;
}

#top_menu {
	position: absolute;
	left: 305px;
	top: 3px;
}

#top_menu A {
	color: #eee;
	font-size: 10px;
	margin-right: 10px;
	line-height: 10px;
}