.clearwidth {
	margin: 0 auto;
	width: 1000px;
}
#main {
	position: relative;
	width: 1000px;
}

/*status-bar*/
#status-bar{
	background-color: transparent;
	height: 50px;
	width: 100%;
	position: relative;
	left: 0px;
	top: -5px;
	color:#ffffff;
	text-align:center;
}
/*Header*/
#topheader{
	background-image: url(http://www.wiki-ro.com/images/head1.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 383px;
	position: absolute;
	top: -35px;
	width: 100%;
	animation:fadeIn 3s;
	-webkit-animation:fadeIn 3s;
}
#toplogo{
	background-image: url(http://www.wiki-ro.com/images/t_logo.png);
	height: 201px;
	width: 422px;
	position: absolute;
	top: 80px;
	left: 40px;
	animation:fadeIn 1s;
	-webkit-animation:fadeIn 1s;
	animation:logomove 5s infinite;
	-webkit-animation:logomove 5s infinite; /* Safari and Chrome */
}
@keyframes logomove
{
0%   {top:20px;}
50%  {top:100px;}
100% {top:20px;}
}

@-webkit-keyframes logomove /* Safari and Chrome */
{
0%   {top:20px;}
50%  {top:100px;}
100% {top:20px;}
}
/*Top Menu*/
#topmenu{
	background-image: url(http://www.wiki-ro.com/images/tmenu_bg.png);
	background-repeat: repeat;
	background-position: center center;
	height: 90px;
	width: 1000px;
	position: absolute;
	z-index: 1;
	top: 310px;
	text-align: center;
}
#topmenu,ul{
	padding-top:4px;	
}
#topmenu li{
	display: inline;
	list-style-type: none;
	margin-left:10px;
	margin-right:10px;
}

/*Main Body*/
#topbody{
	background-image: url(http://www.wiki-ro.com/images/top_body.png);
	width: 894px;
	height: 299px;
	position:relative;
	top:400px;
	left:52px;
}
#bottom-body{
	background-image: url(http://www.wiki-ro.com/images/bottom_body.png);
	width: 894px;
	height: 299px;
	position:relative;
	bottom:145px;
	left:52px;
}
#body-box{
	position:relative;
	width: 845px;
	left:75px;
	top:125px;
	min-height:845px;
	height:auto !important;
	z-index: 10;
}

#body-left {
	position:absolute;
	left:0px;
	top:0px;
	width:205px;
	height:auto;
	z-index:15;
}

#body-right {
	position:relative;
	left:205px;
	top:0px;
	width:640px;
	min-height:845px;
	height:auto !important;
	animation:fadeIn 1s;
	-webkit-animation:fadeIn 1s;
}
@-webkit-keyframes fadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}
@keyframes fadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}

#footer{
	background-image: url(http://www.wiki-ro.com/images/footer.png);
	height: 131px;
	width: 986px;
	position:absolute;
	bottom:0px;
	left:6px;
	z-index: 20;
}
/*Left Section*/
#memberbox {
	position: relative;
	left:0px;
	top:0px;
	width:199px;
	height: auto;
}

#memberbox-01 {
	position:relative;
	left:0px;
	top:0px;
	width:199px;
	height:41px;
	background-image:url(http://www.wiki-ro.com/images/memberbox_01.png);
}

#memberbox-02 {
	position: relative;
	left:0px;
	top:0px;
	width:199px;
	height:auto;
	background-image:url(http://www.wiki-ro.com/images/memberbox_02.png);
}

#memberbox-03 {
	position:relative;
	left:0px;
	top:0px;
	width:199px;
	height:19px;
	background-image:url(http://www.wiki-ro.com/images/memberbox_03.png);
}
#login-box{
	height: auto;
	width: 180px;
	position: relative;
	z-index: 1;
	top: 0px;
	left: 9px;
}
.left-menu ul{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;	
}
.left-menu li{
	padding-bottom: 5px;
}
/*Right Section*/
#slide-box{
	height: 200px;
	width: 636px;
	background-color: #000;
}
#main-box{
	width: 636px;
	height:auto;
	position:relative;
	top: 5px;
	height:auto !important;
}
#main-box-left {
	position:relative;
	left:16px;
	top:0px;
	width:444px;
	height:auto;
}

#main-box-right {
	position:absolute;
	left:452px;
	top:0px;
	width:184px;
	height:auto;
}
.right-menu ul{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;	
}
.right-menu li{
	padding-bottom: 5px;
}
#comment-box{
	height:230px;
	width:444px;
	position:relative;
	height:auto !important;
	/*overflow-y:auto;*/
}
.fb-comments{
	position:relative;
	animation:fadeIn 3s;
	-webkit-animation:fadeIn 3s;
}
.seotag{
	position:relative;
	height:130px;
	margin-top:50px;
	text-align:center;
	overflow:scroll;
}
#footer-box {
	height: 63px;
	width: 652px;
	position: relative;
	top:30px;
	left:230px;
	z-index: 2;
}
