@charset "utf-8";
/* CSS Document */

BODY {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #666666;
/* background-image:url(../images/primo-tonys_v2_bg.gif); */
background-color:#d8d7d4;
}

DIV.centermain {
position: absolute;
left: 50%;
top: 50%;
width: 906px;
height: 636px;
margin-left: -453px; /* half of width */
margin-top: -318px;  /* half of height */
text-align: center;
vertical-align: middle;
}

.placeholderStyle1 {
	font-size: 14px;
	color: #FFFFFF;
	text-transform:uppercase;
}
.placeholderStyle2 {
	font-size: 10px;
	color: #999999;
}

A:link {color: #7ec051;
font-weight:bold;
text-decoration: none}
A:visited {color: #7ec051;
font-weight:bold;
text-decoration: none}
A:hover {color:#7ec051;
font-weight:bold;
text-decoration: underline}
A:active {color: #7ec051;
font-weight:bold;
text-decoration: underline}
d8d7d4