<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SILA HOME</title>
<style type="text/css">
body{
background:#f2f2f2	;
font-family:Arial, Helvetica, sans-serif;
}

h1{font-size:18px; color:#999;}
.container{
	
displaY:block;
width:960px;
min-width:600px;
position:relative;	
margin:auto;
margin-top:150px;
	
}

.block{
	
displaY:block;
width:250px;
height:150px;
position:relative	;
border:solid 1px #CCC;
float:left;
margin:20px 25px;
position:relative;
cursor:pointer;
opacity: 0.7;
filter: alpha(opacity=70);

}

.block:hover{
opacity: 1;
filter: alpha(opacity=100);	
}

.block_footer
{
	
background:#eee;
width:100%;
height:30px;
position:absolute; 
bottom:0px;
left:0px;
color:#999;
	
}

.olive{background:url(images/olive.png) no-repeat center top;}
.portal{background:url(images/portal.png)  no-repeat center top;}
.eLibrary{background:url(images/elibrary.png)  no-repeat center top;}

.footer{
	
	width:100%;
	display:block;
	float:left;

}

.footer span{color:#999; font-size:12px;}
a{text-decoration:none; color:#3985ed}
</style>
</head>

<body>

<div class="container" align="center">
<h1>SILA CENTER</h1>
<div class="block olive" onclick="window.location.href='http://sila.ucmnetwork.com/olive'">

<span class="block_footer">Olive</span>
</div>
<div class="block portal" onclick="window.location.href='http://sila.ucmnetwork.com/portal'">

<span class="block_footer">Portal</span>
</div>


<div class="footer"><span>Powered by <a href="http://www.routesdc.net">RDC</a></span></div>
</div>

</body>
</html>
