@charset "UTF-8";
/* CSS Document */

body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	background-color:#dbcebd;

}

#right {
	width:100%;
	height:830px;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	position:absolute;
	z-index:-1;
}
#left {
	width:50%;
	height:830px;
	background-image:url(../img/bg2.jpg);
	background-repeat:repeat-x;
	position:absolute;
	float:left;
}
#wrapper {
	width:100%;
	margin:0px auto;
	position:relative;
}
#header {
	margin-left:0;
	margin-right:0;
	width:100%;
	height:830px;
	position:relative;
}
#outside {
	height:830px;
}
