html, body
{
	margin: 0;
	padding: 0;
	border: none;
	background-color: #FFFFFF;
	height: 100%;
}

#container
{
	width: 100%;
	height: 100%;
}

#topheader
{
	background-image: url(../images/internic_bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	height: 85px;
}

#websitetitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px;
	float: left;
}

#headerlogo
{
	background-image: url(../images/internic_bg_logo.jpg);
	background-repeat: no-repeat;
	margin: 0xp;
	padding: 0px;
	border: none;
	height: 85px;
	width: 219px;
	float: right;
}

#iframecontainer
{
	border: none;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: 100%;
}

