@charset "UTF-8";

<title>verylongpage</title>

#gridcontainer {
	height:928px;
	width:5072px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	overflow:hidden;
	background-color:#FFF;
}


#logodiv {
	background-image:url(../images/logos-navigation/logo.jpg);
	background-repeat:no-repeat; 
	height: 55px;
	width: 400px;
}
#breadcrumbsdiv {
	height:25px;
	width:400px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
}
#drawingdiv {
	height:920px;
	width:5064px;
	margin-top:0px;
	margin-right:4px;
	margin-bottom:4px;
	margin-left:4px;
	background-attachment:scroll;
	background-image:;
	background-repeat:no-repeat;
}
#body {
	background-color:#FFF;
	position:relative;
}




	
