a:link { color: #009999; text-decoration: none }
a:active { color: navy; text-decoration: none }
a:visited { color: #009999; text-decoration: none }
a:hover { color: #C6EFF7; text-decoration: none }

body			{ margin: 0; padding: 0; border: 0; overflow: hidden; height: 100%; max-height: 100%; }

#topframe{ position: absolute; top: 0; left: 0; width: 100%; height: 170px;
				overflow: hidden; background-color: white; color: white; }

#leftframe   { position: absolute; top: 190; bottom: 0; left: 0; width: 160px; height: 100%; 
				overflow: hidden; background: purple }
#maincontent	{ position: fixed; top: 170px; left: 160px; right: 0; bottom: 0;
				overflow: auto; background-image: 
               url('http://www.wings1012.com/images/palebgtile.jpg'); color: purple 
}

.innertube{ margin: 5px; }

* html body{ padding: 170px 0 0 160px; }
* html #maincontent{ height: 100%; width: 100%; }

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}