		html,body {
			padding: 0;
			margin: 0;
			overflow:hidden;
			font-family: Arial;
		}
		body {
			background: #fff url(iopera_bg_big.jpg) top left no-repeat fixed;
		}
		div {
			float: left;

		}
		div#container {
			width: 890px;
		}
		div#headline {
			margin-left:10px;
			width: 890px;
			height: 70px;
		}
		div#headline a {
			font-family: Times New Roman;
			font-size: 42pt;
			color: #5f5f5f;
			text-decoration: none;
		}
		span.tiny-headline {
			font-size: 28pt;
			padding-left: 20px;
			color:#5F5F5F;
			font-family:Times New Roman;
		}
		div#main-content {
			width: 572px;
		}
		div#press-pic {
			width: 312px;
		}
		div#menu {
			margin-top: 5px;
			height: 100px;
			width: 600px;
		}
		div#menu a {
			margin: 3px;
			margin-top: 0;
		}
		div#menu a img {
			border: 0;
		}
		div#quotes {
			float: right;
		}
		#footer {
			color: #5f5f5f;
			font-family: Verdana;
			font-size: 10pt;
			margin-top: 10px;
			overflow: hidden;
			text-align: center;
			float: none;
			width: 500px;
			margin: 0 auto;
			clear: left;
		}
		#iopera {
			float: none;
			width: 400px;
			margin: 0 auto;
			
		}
		#iopera ul {
			list-style: none;
			width: 350px;
			margin: 0px auto;
			padding: 0 0 20px 0;
		}
		#iopera ul li {
			float: left;
			padding: 0 10px 0 10px;
			font-size: 10px;
		}
		#iopera ul li a {
			color: #5f5f5f;
		}


#login,#changetemplate,#changepassword,#accountManagement, #resetPassword {
	position: absolute;
	left: 50%; 
	top: 50%;
	margin-top: -75px;
	margin-left: -150px;
	width: 300px;
	height: 150px;
	display: none;
	z-index: 51;
	border: 3px solid black;
	text-align: center;
	background-color: #fff;
}
#login table, #changetemplate table,#changepassword table,#account table, #resetPassword table {
	text-align: right;
	margin: 0 auto;
}
#changetemplate {
	height: 400px;
	margin-top: -200px;
}
#changetemplate table {
	height: 400px;
}
#changepassword {
	height: 180px;
	width: 360px;
	margin-top: -90px;
	margin-left: -180px;
}
#login {
	height: 160px;
}
#resetPassword {
	height: 120px;
}
#main-content div {
	display: none;
}
iframe {
	padding: 0;
	margin: 0;
}
a.hllink {
	font-size: 12px;
	color: #003264;
	font-style: italic;
	text-decoration: none;
}

a.hllink:hover {
	color: #001428;
	font-style: italic;
	text-decoration: underline;
}