 body{
	padding: 0;
	margin: 0;
	font: 10px "Caibri", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #9ec6bd;
}
a{
	text-decoration: none;
	color: #fff;

}
a:hover{
	text-decoration: underline;
	color: #000;
}
h1,h2,h3,h4,h5,h6{
	color: rgb(54,95,145);
	color: #fff;
}
h1{
	margin-top: 5px;
	margin-bottom: 3px;
}
h2{
	margin-top: 15px;
	margin-bottom: 5px;
}
#contentWrapper{
	margin: auto;
	width: 750px;
}
#content{
	position: relative;
	background: url("img/icework_lit.jpg");
	width: 750px;
	height: 750px;
	margin-top: 50px;
}
#infoBox{
	background-color: rgba(95,161,150,0.4);
	/*background-color: rgba(255,255,255,0.3);*/
	position: absolute;
	bottom: 42px;
	left: 42px;
	padding: 10px;
	width: 473px;
}
#subtext{
	margin: auto;
	margin-top: 12px;

	/* text formatting */
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;;
	line-height: 13px;
	text-align: center;
	color: rgb(148,54,52);

}
#subInfo{
	margin-bottom: 5px;
}
#giselaLogo{
	/*background: url("img/logo.jpg");
	width: 442px;
	height: 44px;*/
}
#giselaLogo h1{
	/*display: none;*/
}
#iconOverlay{
	width: 204px;
	height: 115px;
	position: absolute;
	bottom: 40px;
	left: 329px;
	background: url("img/logo_icon.png");
}
#notice{
	margin-top: 15px;
	text-align: center;
}