body {
	background-color: #D7F9F8; 
}

#wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#page {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin-left: -190px;
  	margin-top: -150px;
}
#cake {
  	width: 525px;
  	height: 300px;
  	background-image: url('./images/cake-and-safety-2.png');
  	background-repeat: no-repeat;
}
#leftText {
	position: relative;
	left: -200px;
	top: 130px;
	height: 120px;
	width: 300px;
	font-family: "Architects Daughter", Helvetica;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}

#strapLine {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	font-family: "Architects Daughter", Helvetica;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
	color: #000;
}

#elec-sign {
	position: absolute;
	right: 230px;
	top: 30%;
}

#mid {
	/*border: 1px dashed purple;*/
}

#safety {
  	width: 525px;
  	height: 300px;
  	background-image: url('./images/cake-and-safety.png');
  	background-repeat: no-repeat;
  	
  	margin-right: 500px;
}
#rightText {
	position: relative;
	left: 535px;
	top: 100px;
	height: 120px;
	width: 200px;
	font-family: "Architects Daughter", Helvetica;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}


.footer {
	position: fixed;
	bottom: 50px;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	text-align: center;
}
#design, #design a:link, #design a:visited { 
	color: #B8D8D7;
	text-decoration: none;
}
#design a:hover { text-decoration: underline; }

#gc-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

#more {
	position: fixed;
  	top: 50%;
  	left: 50%;
  	margin-top: -200px;
  	margin-left: -200px;
  	width: 400px;
  	height: 400px;
  	background-color: #D7F9F8;
  	padding: 20px;
  	font-family: Helvetica;
  	font-size: 15px;
  	background-image: url('./images/cupcake.png');
  	background-position: bottom right;
  	background-repeat: no-repeat;
  	
  	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
}

.btn {
	display:inline-block;
	background: #e7e7e7;
	padding:3px 7px 3px 6px;
	overflow:visible;
	font:93% arial, sans-serif;
	text-decoration:none;
	color:#333; 
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border: 1px solid #AAA;
}
.btn span {
	color: #c0c0c0;
}
.btn:hover {
	cursor:pointer;
	border-color:#9CF !important;
	color:#000;
}