html {
  width: 100%;
}

body {
	background: url('../images/page.gif') no-repeat 50% 30px;
  width: 100%;
  height: 900px;
	margin: 0;
	padding: 0 0 0px 0; 
	font: 13px verdana, tahoma, arial, verdana, sans-serif;
	text-align: center;
	line-height: 20px;
	color: #333;
}


body, html, h1, h2, h3, h4, h5, h6,
input, form, p {
	margin: 0;
	padding: 0;
}

p {
text-align: justify;
}


a{
  color: #bbb;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 4px 0;
	width: 300px;
}
a:visited {
  color: #888;
	font-weight: normal;
	text-decoration: none;
}
a:hover, a:visited:hover  {
  color: #fff;
  text-decoration: underline;
  background: #111;
}


h1 {
	font: 17px verdana, helvetica, serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	letter-spacing: 0px;
	color: #f00;
	padding: 28px 0 12px 0px;
	margin: 0 0 0 0px;
}

h2 {
	font: 16px trebuchet ms, arial, helvetica, serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	color: #05a;
	padding: 8px 0 0px 0px;
	margin: 0px 0 0 0px;
}

h3 {
	font: 16px trebuchet ms, arial, helvetica, serif;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	color: #05a;
	padding: 12px 0 5px 24px;
	margin: 0px 0 0 0px;
}

h4 {
	font: 14px trebuchet ms, arial, helvetica, serif;
	font-weight: bold;
	font-style: normal;
	display: inline;
	letter-spacing: 1px;
	color: #05b;
	padding: 12px 0 5px 0px;
	margin: 0px 0 0 0px;
}

#main {
	width: 980px;
	margin: 0px auto 0 auto;
	position: relative;
	padding: 0;
	text-align: left;
	border: 0px solid #999;
	border: 0px solid #dd0;
	height: 900px;
}

#content {
  margin: 152px 0 0 0;
  float: left;
  width: 980px;
  
}

#padd {
  margin: 0 280px 0 305px;
  height: 400px; 
}

#cont{
  margin: 88px 0 0 0;
  overflow: auto;
  height: 370px;
  float: left;
}

#scrollup {
  display: block;
  background: url('../images/up_over.gif') no-repeat 0px 0px;
  margin: 0px 0 0 0;
  text-align: center;
  height: 160px;
  position: absolute;
  top: 152px;
  left:300px;
  width: 387px;
  cursor: ns-resize;
  }
#scrollup:hover {
  background-position: -387px 0;
}
#scrolldown {
  display: block;
  background: url('../images/down_over.gif') no-repeat 0px 20px;
  text-align: center;
  height: 160px;
  position: absolute;
  top: 552px;
  left:300px;
  width: 387px;
  cursor: ns-resize;
  }

#scrolldown:hover {
  background-position: -387px 20px;
}

#left {
  width: 300;
  height: 550px;
  position: absolute;
  top: 152px;
  left:0;
}

#right {
  width: 280;
  height: 550px;
  position: absolute;
  top: 152px;
  right: 0;
}

