html { width:100%; height:100%; margin:0px; padding:0px;}
body {
	padding:0px;
	margin:0px;
	background: url("background.gif") left repeat-y;
	background-color:white;
	text-align:left; /* LEFT FOR IE*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}

/* Box-enclosing- and Guillotine-Hack. */
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */

a {
	text-decoration:none;
	color:#CCCCB0;
}
a:hover {
	text-decoration:underline;
}
#background {
	position:absolute;
	top:150px;
	left:0;
	width:391px;
	height:259px;
	background: url("usis-home.jpg") no-repeat;
	opacity:0.5;
}
#linkbox {
	position:absolute;
	top:20px;
	left:400px;
	width:450px;
	height:10px;
	font-size:0.85em;
}
#linkbox ul {
	margin:0;
	padding:0;
}
#linkbox li {
	list-style:none;
	padding-left:15px;
	background: url("redbutton.gif") no-repeat;
	background-position:3px 4px;
}
#framebox {
	position:absolute;
	top:110px;
	left:379px;
	width:512px;
	height:750px;
	border:1px solid #CCCCB0;
}
#newsbox {
	position:absolute;
	top:145px;
	left:416px;
	width:449px;
	height:56px;
	padding:0;
	margin:0;
	font-size:0.85em;
}
#newsbox h1 {
	position:absolute;
	top:-40px;
	left:-10px;
	width:420px;
	height:25px;
	color:#3A3A3A;
	font-size:1.2em;
}
#footerbox {
	position:absolute;
	top:860px;
	left:379px;
	width:512px;
	height:25px;
	font-size:0.75em;
	text-align:right;
	padding-top:5px;
}