/**
 * @author seo2b
 * @copyright Copyright (C) 2012 seo2b
 */

body {	
	padding: 0px;
	margin: 0px;
}
#wrapper {
	position: relative;
	width: 1000px;
	margin: auto;
	height: auto;
	z-index:1000000;
}
#top {
	position: relative;
	margin-top:50px;
	height: 127px;
	background-image: url(../images/bg_banner.png);
	background-repeat: repeat;
	_background: black; /* IE6 */ 
}
#top_ris {
	position:absolute;
	bottom: 10px;
	left: 120px;
}
#top_gel {
	position:absolute;
	bottom: 10px;
	right: 190px;
}
#main {
	position: relative;
	margin-top:20px;
	min-height: 500px;
	height: auto;
	background-image: url(../images/bg_white.png);	
	background-repeat: repeat;
	_background: white; /* IE6 */  
}
#navi {
	position: relative;
	height: 26px;
	background-image: url(../images/bg_black.png);
	background-repeat: repeat;
	_background: black; /* IE6 */ 
}

#social {
	position: absolute;
	right: 70px;
	top: 5px;
}

.menu {	
	margin-left: 30px;
	margin-top: 0px;
	padding: 0;
	list-style-type: none;	
}
.menu li{
	float:left;
	margin-right: 30px;
	margin-top: 4px;
}

#content {
	position: relative;
	margin-left: 65px;
	margin-right: 65px;
	margin-bottom: 20px;
}
.mod-languages {
	position: absolute;
	right: 2px;
	top: 5px;
}
#footer {
	position: relative;
	margin-left: 65px;
	margin-right: 65px;	
	height: 210px;
}
.footer_box {
	position: relative;
	width: 30%;
	height: 190px;
	margin-right: 40px;
	margin-top: 10px;
	float: left;
	border-right: 1px solid #9d9b9c;
	overflow: auto;
}
#footer .last {
	margin-right: 0px !important;
	border-right: none !important;
}
#footer_navi {
	position: relative;
	height: 30px;
	background-image: url(../images/bg_black.png);
	background-repeat: repeat;
	_background: black; /* IE6 */ 
	margin-bottom: 50px;
}