@charset "utf-8";
#image-center {
}
/* colored borders put on for visual effect only */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#spacer {
	height: 95%;
	float: left;
	width: 1px;
	font-size: 1px; /* to make sure width is not overridden */
	padding: 0;
	margin: 0;
	background-color: #999; /* visual effect only */
}
#contentwrap {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
#content {
	padding: 30px;
}
#displayed {
	display: block;
	width: 650px;
	height: 650px;
	margin: 5% auto 0 auto;
	background: url(img/IC-LOGO-MAIN-650.png) no-repeat;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #7A48A4;
}
a:visited {
	text-decoration: none;
	color: #7A48A4;
}
a:hover {
	color: #C9F;
	text-decoration: none;
}
#destination {
	width: 450px;
	border-top: 0px solid #D0D0D0;
	margin: -80px auto;
	padding: 0px;
}
.button-left {
	float: left;
	width: 190px;
	margin: 5px 0 0 0;
}
.button-right {
	float: right;
	width: 190px;
	margin: 5px 0 0 0;
}
.leftalign {
	float: left;
	clear: left;
	margin: 0 0 20px 0;
}
.rightalign {
	float: right;
	margin: 0 0 20px 0;
}
#footer {
	clear: both;
	height: 5%;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #D0D0D0;
	width: 450px;
	vertical-align: middle;
	padding: 0;
	margin: 0 auto;
}
.footer-content {
	text-decoration: none;
	text-align: center;
	padding: 0px;
	width: 380px;
	margin: 10px auto;
}
.top-right {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 5px;
}
.clearmargin {
	clear: both;
	height: 20px;
	width: 450px;
	margin: 0 auto;
}