html {
	height:100%;
	width:100%;
	}
	
body {
   height: 100%;
	background-color: rgb(19,19,18);
	color: rgb(156,159,159);
	font-family: verdana, tahoma, arial; font-size: 8pt; 
	text-align: center;
	}

img {border: 0px }

body.main {
	background-image: url(GONEweb.png);
	background-repeat: no-repeat;
	background-position: 50% 100px;
	}

a:link {color: rgb(156,159,159);}
a:visited {color: rgb(156,159,159);}
a:hover {color: rgb(255,255,255);}
a:active {color: rgb(255,255,255);}

b {color: rgb(255,255,255);}
b.orange {color: rgb(255,90,0);}
strong {color: rgb(255,90,0);}

td {text-align:left;}

#MAIN_CONTAINER {
	position:relative;
	}



h1 {
   font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 18px;
	color: #fff;
	line-height: 0px;
	display: block;
   }

#colorbar_top {
   width:100%;
   height:74px;
   position:absolute;
   top:50px;
   background-color:rgb(25,25,24);
   }
   
#colorbar_bottom {
   width:100%;
   height:25px;
   position:absolute;
   bottom:25px;
   background-color:rgb(25,25,24);
   }   

#imageflow_height {
	postion: relative;
	margin-top: 2%;
	margin-bottom: 50px;
	}

#title {
   position:absolute;
   top:50px;
   left:50px;
   }

#description {
   position:absolute;
   top:70px;
   left:50px;
   }
   
#instructions {
   position:absolute;
   bottom:18%;
   left:50%;
   margin-left: -75px;
   z-index:5999
   }
	
#contact_info {
   position:absolute;
   top:50px;
   right:50px;
   text-align:left;
   z-index:5000;
   }
   
 #blog_link {
 	position:absolute;
 	top:95px;
 	left:50px;
 	visibility:hidden;
 	}
   
 
   
   
