
body {
	margin-top: 0px;
	/*background: url(../images/bg_pixel.jpg) no-repeat;\*/
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	/*background-image: url(../images/bg_pixel.jpg);\*/
}


.main {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 17px;
	background-color: #EEEEEE;
	text-decoration: none;

}

.heading {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	text-decoration: none;
	background-color: transparent;
}

a {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 17px;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 17px;
	background-color: #0000FF;
	color: #FFFFFF;
}

.nonactivelinks {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	text-decoration: line-through;
	line-height: 17px;
	color: #666666;
	background-color: transparent;
}


html,body {
	overflow: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

h1 {
	font-family: "courier new", courier, monospace;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

#contentblock {
	position: absolute;
	margin: 0 auto;
	top: 12px;
	width: 155px;
	height: 155px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: black;
}

#contentblock a{
	font-size: 10px;
	font-weight: none;
	line-height: 14px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-decoration: underline;
	background-color: transparent;	
}

#contentblock a:hover{
	font-size: 10px;
	text-decoration: underline;
	line-height: 14px;
	background-color: transparent;
	color: #0000FF;	
}

#content-wrapper {
	position: absolute;
	margin: px;
	left: 1;
	top: 0px;
	width: 155px;
	height: 160px;
	overflow: hidden;
}

#content {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 0;
}

#scroll-wrapper {
	position: absolute;
	top: 0px;
	left: 166px;
	width: 10px;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	height: 160px;
	background-color: #EEEEEE;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
}
/* IE hack \*/
* html #scroll-wrapper {
	top: 0px;
	right: -1px;
	margin: 0;
	padding: 0;
}
/* end IE hack */

#scroll {
	position: absolute;
	top: 0px;
	left: -1px;
	width: 30px;
	height: 30px;
	background: url(x.jpg) no-repeat;
	overflow: hidden;
	cursor: pointer;
	background-color: #0000FF;
}

#footer {
	position: absolute;
	top: 450px;
}




