@charset "utf-8";
/* CSS Document */

body {
	background: #281C0A url('images/background_iframe.png') no-repeat;
	background-attachment: fixed;
	text-align: center;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EEE1AF;
	margin-top: 28px;
}
.iport_main {
	text-align: left;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EEE1AF;
}
.iabout {
	text-align: left;
	vertical-align: top;
}
.iport_main2 {
	text-align: right;
	vertical-align: middle;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #EEE1AF;
}
a:link {
	text-decoration: underline;
	color: #EEE1AF;
}
a:visited {
	text-decoration: underline;
	color: #EEE1AF;
}
a:hover {
	text-decoration: none;
	color: #E90000;
}
a:active {
	text-decoration: none;
	color: #E90000;
}