#GCF {
	position: absolute;
	z-index: 1000;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	height: 320px;
	margin-top: -160px;
}

#GCF .top {
	background-image: url(top.png);
	width: 500px;
	height: 50px;
}

#GCF .middle {
	background-image: url(middle.png);
	width: 500px;
}

#GCF .middle p {
	color: white;
	text-align: justify;
	font: bold 11px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: black 0 1px 1px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 20px;
}

#GCF .middle .small {
	font-size: 8px;
	margin-bottom: 0;
	text-align: center;
	top: 10px;
	position: relative;
	color: #dedede;
	text-shadow: black 0 0 2px;
	font-weight: normal;
	font-style: normal;
	display: none;
}

#GCF .middle .attn {
	color: #bdf5fe;
	font-size: 11px;
	text-align: center;
}

#GCF .middle .install {
	width: 200px;
	height: 34px;
	background-image: url(install.png);
	left: 50%;
	position: relative;
	margin-left: -100px;
}

#GCF .middle .install:hover {
	background-image: url(install_hover.png);
}

#GCF .bottom {
	background-image: url(bottom.png);
	width: 500px;
	height: 50px;
}

#GCF a:link {
	text-decoration: none;
	color: #4fd37b;
}

#GCF a:visited {
	text-decoration: none;
	color: #3faf65;
}

#GCF a:hover {
	text-decoration: none;
	color: #5ffe95;
}

#GCF a:active {
	text-decoration: none;
	color: yellow;
}
