body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}

#repeat_container{
	position: absolute;
	top:0px;
	left: 0px;
	width:100%;
	height:145px;
}

#header_left_top{
	float:left;
	width:49%;
	height:145px;
	background-image: url('../images/cafe3d_lefttop_back.jpg');
}

#header_right_top{
	float:left;
	width:51%;
	height:148px;
	background-image: url('../images/cafe3d_righttop_back.jpg');
}

#container{
	position: absolute;
	left: 50%;
	width: 1024px; 
	height: 780px; 	
	margin-left: -512px; 
	margin-top:-7px;
	//margin-top:-14px;
	visibility: visible;
	z-index:1;
}

#header_logo{
	width:336px;
	height:182px;
	background-image: url('../images/header_logo.png');
	float:left;
}

#header_right{
	width:688px;
	height:182px;
	background-image: url('../images/header.png');
	float:left;
}

#body_top{
	width:1024px;
	height:48px;
	background-image: url('../images/body_top.png');
	clear:both;
}

#body_left_top{
	width:64px;
	height:220px;
	background-image: url('../images/left_top_body.png');		
}

#body_left_bottom{
	width:64px;
	min-height:228px;
	background-image: url('../images/left_body_bottom.png');
	background-repeat:no-repeat;
	background-position:bottom;
	
}

#left_body_repeat{
	width:64px;
	min-height:228px;
	background-image: url('../images/repeat_left.png');
	background-repeat:repeat-y;
	float:left;
}

#body_content{
	width:899px;
	min-height:448px;
	background-color:#000;
	float:left;
	margin-top:-220px;
}

#content{
	padding:10px 30px 10px 30px;	
	color:#FC0;
}

#body_right_top{
	width:61px;
	height:220px;
	background-image: url('../images/right_body_top.png');
	float:left;
	margin-top:-220px;
}

#body_right_bottom{
	width:61px;
	min-height:228px;
	background-image: url('../images/right_body_bottom.png');
	background-repeat:no-repeat;
	background-position:bottom;
}

#right_body_repeat{
	width:61px;
	min-height:228px;
	background-image: url('../images/repeat_right.png');
	background-repeat:repeat-y;
	float:left;
}

#body_bottom{
	width:1024px;
	height:51px;
	background-image: url('../images/body_bottom.png');
	clear:both;
}

#footer{
	width:1024px;
	height:6px;
	background-color:#000;
}

#background_bottom{
	width:99.4%; 
	height:369px; 
	background-image: url('../images/footer_repeat.png'); 
	background-position:center;  
	background-color:#000; 
	position:fixed; 
	bottom:0px; 
	z-index:0;		
}
