


body 
{
	padding:0;
	margin:0;
	background-image:url(../graphic/osbybg.gif);
	background-repeat:repeat-y;
}


#warper
{
	width:1000px;
}


#banner
{
	height: 60px;
	background-color:#FFF;
}
	
#topbar
{
	background-image:url(../graphic/Top-Orange.png);
	background-repeat:repeat-x;
	width:100%;
	height:23px;
	position:relative;
	top: 0px;
	z-index: 3;

	
	
}

#border
{
	height: 100%;
	background-position:right;
	position:relative;
	z-index: 2;
}

#menu
{
	width: 153px;
	height: 100%;
	z-index: 1;
	position:absolute;
	top:0px;
	left:0;
}
#body 
{
	position:absolute;
	top:20px;
	left: 200px;
}
