<style type="text/css">

a:link {color: #666666}
a:visited {color: #666666}
a:hover {color: #9999cc}
a:active {color: #aaaaaa}
a { text-decoration: none; color: #9999cc;}

html, body { 
		font-size:12px;
		line-height: 1.6em;
		font-stretch: wider;
		height: 100%;
		background-color: #ffffff;
		margin: 0px;
		margin-top: 0px;
		padding-top: 0px;
		height: 640px;
	}
	
#distance { 
		width:1px;
		height:50%;
		background-color:#ffffff;
		margin-bottom:-250px; /* half of container's height */
		float:left;
		margin-top: 0px;
		padding-top: 0px;
}

#container {
	margin: 0px auto;
	margin-top: 0px;
	position: relative;
	height: 500px;
	width: 660px; 
	clear:left;
	background-image: url('bg-container.png'); background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

img { border: 0px;}

#main {
 padding-top: 0px;
 padding-left: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 width: 640px; 
 height: 480px; 
 color: #9999cc;
 background-image: url('bg-main.png'); background-repeat: no-repeat;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 font-family: Times New Roman, serif;
}

#content {
	margin-top: 0px;
	padding-top: 0px;
	position: relative;

	top: -128px;
	
	left: 115px;
	color: black;
	width: 514px; 
	height: 456px;
	padding-bottom: 0px;
	background-image: url('nsco-bg.jpg');
	background-repeat: no-repeat;
	font-size: 14px;
	overflow: auto;
	
}

/*IE 6 hack*/
	* html #content { /* since content_central is hacked, we have to resize central_column in ie also*/
		top: -134px;
	}

#language {
	position: relative;
	top: 325px;
	left: 2px;
	vertical-align: bottom;
	margin-left: 2px;
	width: 110px;
	height: 20px;
}

#menu {
	position: relative;
	left: 1px;
	top: 180px;
	width: 100px;
	height: 120px;
	margin-left: 2px;
}

</style>