body {
    margin-left: 100px;
    background-color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 50;
}
 
#h1 {
	position: relative;
	text-align: bottom;
	margin-top: 50px;
	background: url("images/titlelogo.png") no-repeat;
}

#bottle {
	position: relative;
	background: url("images/bottle copy.jpg") no-repeat;
	width: 420px;
	height: 360px;
}

#buttons {
	position: fixed;
	background: url("images/buttons.png") no-repeat;
	margin-left: 420px;
	margin-top: -360px;
	width: 396px;
	height: 360px;
}

text:hover {
	fill: white;
	
}

.offscreen {
  /*position: absolute;
  right: 0px;
  margin-right: 800px;
  */
  position:absolute;
  left:100px; 
}

.offscreen div {
	display: none;
	visibility: hidden;
	position: relative;
}

.offscreen div.onscreen {
	display: block;
	visibility: inherit;
	width: 420px;
	height: 360px;
	background-color: #ffffff;
	opacity: 0.6;
	margin-top: -10px;
}

a.toggle { 
	width: 124px;
	height: 110px;
	font-size: 25px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: block;
	text-align: left;
}


/* unvisited link */
a:link {
    color: #000000;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #000000;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #f07c61;
	text-decoration: none;
}

/* selected link */
a:active {
    color: #000000;
	text-decoration: none;
}

#footer {
	position: fixed;
	margin-bottom: 0px;
	width: 815px; 
	height: 20px;
	font-size: 15px;
	text-align: center;
	color: #333333;
	padding: 5px;
	background: url("images/rainbow.jpg") no-repeat;
	background-color: #ffffff;
	z-index: 15;
}