html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none
}

body
{
	background:url(../img/body.jpg) repeat-x
}


.bg
{
	
	height:150px;
	position:relative;
	min-width:1000px
}

.bg a
{
    height: 40px;
    left: 50%;
    margin-left: -486px;
    position: absolute;
    top: 38px;
    width: 251px;
}

#content
{
	background: url("../img/content1.jpg") repeat-y scroll 50% 0 transparent;
    height: 848px;
    margin: -30px auto 0;
    width: 1000px;
	min-width: 1000px;
	position:relative;
	overflow:hidden;
	z-index: 5;
}



#content .illu
{
	background: url("../img/content.jpg") repeat-y scroll -80px 0 transparent;
    height: 851px;
    left: 4px;
    position: absolute;
    top: -3px;
    width: 515px;
}

#content .texts
{
	
	position:absolute;
	font-size:18px;
	font-family:verdana;
	left:380px;
	top:23px;
	padding:20px;
	width:567px
}

#content .texts .nl,#content .texts .fr
{
	margin-bottom:120px
}

#content .texts p
{
	margin:10px 0
}

#content .texts .btn
{
	float:right;
	position:relative;
	background:url("../img/btn_m.jpg") repeat-x;
	padding:0 13px;
	color:#fff;
	height:35px;
	line-height:35px;
	text-decoration:none;
	top:10px;
	width:200px;
	text-align:center
}


#content .texts a.btn:hover
{
	text-decoration:underline
}	


#content .texts .btn .l
{
	display:block;
	width:13px;
	height:35px;
	left:0;
	top:0;
	position:absolute;
	background:url("../img/btn_l.jpg") repeat-x
}

#content .texts .btn .r
{
	display:block;
	width:12px;
	height:35px;
	right:0;
	top:0;
	position:absolute;
	background:url("../img/btn_r.jpg") repeat-x
}