@charset "utf-8";

*			{ margin: 0; padding: 0; color: #000;	}  
html, body	{ height: 100%; }
body		{ background: #000 no-repeat 0 0;
		  		text-align: center; /*For IE6 Shenanigans*/   
				margin: 0px;
				font: 14px/18px Trebuchet MS,Arial,Helvetica,sans-serif;
				line-height: 15px;
				text-align: left; 
				}

.background	{ width: 1000px; height: 800px;	position: absolute; z-index: -1;
					top: 50%; left: 50%; margin-left: -500px; margin-top: -392px; 
					background: url('index.jpg') no-repeat 0 0; }


.dot         { position: absolute; background: url('button_more.gif') no-repeat 0 0; width: 18px; height: 18px; visibility: hidden; background-color: white; font-size: 1px; cursor: hand pointer; z-index: 15; }
.dotless     { position: absolute; background: url('button_less.gif') no-repeat 0 0; width: 18px; height: 18px; visibility: hidden; background-color: white; font-size: 1px; cursor: hand pointer; z-index: 20; }
.dotoff      { position: absolute; width: 12px; height: 12px; visibility: hidden; background-color: #006; font-size: 1px; cursor: default; z-index: 0; }
.dotempty    { position: absolute; background: url('button_launch.gif') no-repeat 0 0; width: 17px; height: 17px; visibility: hidden; background-color: orange; font-size: 1px; cursor: pointer; z-index: 2; }

.caption     { position: absolute; 
				visibility: hidden;
				font-family: Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif; 
				color: white; 
				font-size: 10px; 
				text-align: Center; 
				cursor: default; 
				z-index: 10;
				}

.captionDIM  { position: absolute; 
				visibility: hidden;
				font-family: Trebuchet MS,Tahoma,Arial,Helvetica,sans-serif; 
				color: grey; 
				font-size: 10px; 
				text-align: Center; 
				cursor: default; 
				z-index: 0;
				}
