<style type="text/css" media="screen">
/* - - - - - - - - - - - - - - - - - - - - -

Title : Gas Organ Stylesheet
Author : Lorraine Liyanage
URL : http://www.experiment1.co.uk
Description : Homepage CSS

Coding and design by Lorraine Liyanage / lorraine@liyanage.ch
Wording: Lou Smith & Lorraine Liyanage
Tech Support: Marc Liyanage (FutureLab & entropy.ch), Alistair Kerr (First Light Films)
(c)2007, Experiment 1 Ltd

- - - - - - - - - - - - - - - - - - - - - */
<!-- 
body {
margin: 0;
padding: 0;
background: black;

}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {

z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 12em;
}
#menu dt { /* main title bar */
cursor: pointer;
text-align: center;
background: #333333;
border: 1px solid gray;
margin: 1px;
font-color: #ffffff;

}
#menu dd {
display: none;
border: 1px solid gray;

}
#menu li { /* hover drop-down */
text-align: center;
background: #666666;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
#menu li a, #menu dt a { /* hover rollover state*/
color: #FFFFFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;

}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #ff0000;
}





#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
background-color: #333333;
padding: 1px;
border: 1px solid gray; 

}
-->
</style>/* CSS Document */

