body {
	margin: 0 auto;
	width: 800px;
	background-color: #000000;
	font-size: 12pt;
	color: #000000;
	font-family: Georgia, serif;
	height: 100%
}

html {
	height: 100%
}

img {
	border-style: none;
}

h1 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18pt;
}



#main_content {
	position: absolute;
	width: 800px;
	background-color: #ffffff;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	display: inline;
	top: 0;
	margin: 0 auto;
}
	
#toplogo {
	background-color: #ffffff;
	width: 800px;
	height: 150px;
	color: #000000;
}


#main_text {
	margin-left: 10px;
	width: 780px;
	display: table;
}

.left_port {
	float: left;
	width: 230px;
	text-align: center;
}

.right_port {
	float: right;
	width: 570px;
	text-align: center;
}

.left_main {
	float: left;
	width: 50%;
}

.right_main {
	float: right;
	width: 50%;
}

.main_container {
	display:table;
	width: 100%;
}

#copyright {
	float: right;
	font-size: 8pt;
	padding-right: 10px;
}

