body,html{
	text-align: center;
}
body{
	background: #000000 url(../res/bg_body.png) repeat-x fixed top;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix {
	display: inline-block;
}

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

/* `Containers
----------------------------------------------------------------------------------------------------*/

#box{
	margin-left: auto;
	margin-right: auto;
	width: 972px;
	text-align: left;
	background: #FFFFFF url(../res/bg_box.png) repeat-y center;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#header_top{
	position: relative;
	height: 44px;
	background: #FFFFFF url(../res/bg_header_top.png) repeat-x top;
}
#claim{
	position: absolute;
	top: 0;
	left: 0;
	height: 44px;
	width: 576px;
	background: url(../res/bg_menu.png) no-repeat;
}
#search{
	position: absolute;
	top: 0;
	right: 0;
	height: 44px;
	width: 212px;
	background: #FFFFFF url(../res/bg_search.png) no-repeat;
}
#header{
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
div#interview{
	height: 115px;
	width: 364px;
	overflow: hidden;
	background-color: #FFFFFF;
}
/*div.ads_top{
	height: 135px;
	overflow: hidden;
}*/
#header_bottom{
	height: 20px;
	background-color: #040405;
}
#news{
	position: relative;
	height: 176px;
	background-color: #FFFFFF;
}
#shot{
	position: absolute;
	left: 0;
	top: 1px;
	width: 576px;
	height: 175px;
	background: #028705 url(../res/bg_shot.png) no-repeat center;
}
#editorial{
	position: absolute;
	right: 0;
	top: 0;
	width: 383px;
	height: 176px;
	overflow: hidden;
	background: #333333 url(../res/bg_editorial.png) no-repeat center top;
}
#wrapper{
	background: #FFFFFF url(../res/bg_wrapper.png) repeat-y right;
}
#content{
	float: left;
	width: 576px;
}
#verycontent{
	overflow: hidden;
}
#rss_horizzontal{
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background: #028705 url(../res/bg_rss_slide.png) repeat-x 0 0;
}
#rss_tabs{
	float: right;
	width: 383px;
	height: 187px;
	border-top: 1px solid #FFFFFF;
	background: #959595 url(../res/bg_rss_tabs.png) no-repeat center;
}
#ads{
	float:right;
	clear:right;
	width:192px;
	background-color: #E8E8E8;
}
#archive{
	float:right;
	width:191px;
	background: #8D8D8D url(../res/bg_archive.gif);
}
#footer{
	clear: both;
	height: 40px;
	border-top: 1px solid #E4E4E4;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.grid_1{
	width: 172px;
}
.grid_2{
	width: 364px;
}
.grid_3{
	width: 556px;
}
.grid_4{
	width: 748px;
}
.grid_5{
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}

/* `Prefix Extra Space
----------------------------------------------------------------------------------------------------*/

.prefix_1{
	padding-left: 192px;
}
.prefix_2{
	padding-left: 384px;
}
.prefix_3{
	padding-left: 576px;
}
.prefix_4 {
	padding-left: 768px;
}

/* `Suffix Extra Space
----------------------------------------------------------------------------------------------------*/

.suffix_1{
	padding-right: 192px;
}
.suffix_2{
	padding-right: 384px;
}
.suffix_3{
	padding-right: 576px;
}
.suffix_4{
	padding-right: 768px;
}