/* General
/*----------------------------------------------------------------------------*/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,label {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	font: normal 12px Verdana, Tahoma, sans-serif;
	color: #787878;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

ul,li,ol,dl {
	list-style-type: none;
}

p {
	margin-bottom: 10px;
}

fieldset {
	border: solid 0 transparent;
}

fieldset legend {
	display: none;
}

a {
	margin: 0px;
	padding: 0px;
	color: #034B97;
	text-decoration: none;
}

a:hover {
	margin: 0px;
	padding: 0px;
	color: #034B97;
	text-decoration: underline;
}


/* Global layout
/*----------------------------------------------------------------------------*/

#wb-container { 
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

#main-table { 
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

#wb-canvas {
	margin: auto;
	padding: 0px;
	width: 1000px;
	height: 600px;
	position: relative;
}

#b-01 {
	margin: 0px;
	padding: 0px;
	width: 140px;
	height: 15px;
	top: 323px;
	left: 117px;
	position: absolute;
}

#b-02 {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 15px;
	top: 295px;
	right: 109px;
	position: absolute;
}
