body {
	font-family: Helvetica, Arial, san-serif; 
	font-size: small;
	color: #666666;
	background-color: #ffffff;
	text-align: center;
}

body a:link {
	color: #3333CC;
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
	color: #999999;
}
body a:hover {
	color: #FF0000;
}
body a:active {
	text-decoration: none;
	color: #000000;
	font-weight: 700;
}

#mirrorbox {
	width: 810px;
	left: 0px; top: 20px;
	position: absolute;
	visibility: visible;
	z-index: 2;
}


#logo {
	width: 340px;
	visibility: hidden;
	z-index: 2;
}

#pricing {
	width: 340px;
	visibility: hidden;
	z-index: 2;
}

.prodnumber {
	font-size: medium;
	font-weight: 700;
}
.price {
	color: #cccccc;
	}

.productcopy {
	font-family: Helvetica, Arial, san-serif; 
	font-size: small;
	color: #666666;

}

#container {
width:830px; margin:0 auto; text-align:center; position:relative; background: #fff;
}

.floatLeft {
	float: left;
}
