body {
	background-image: url(bg.png);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #f5f8f9;
	text-align: center;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #0058ff;
}

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

a:visited {
	text-decoration: none;
	color: #0058ff;
}

td {
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

table {
	padding-left: 4px;
	padding-bottom: 12px;
	padding-right: 4px;
	padding-top: 6px;
}

.tr_odd {
	color: #003043;
	background-color: #f0f3ff;
}

.holder {
	position:relative;
	margin:0px auto;
	width: 900px;
	text-align:left;
}

.header{
position:absolute;
top:20px;
right:10px;
text-align:left;
font-weight: bold;
text-transform:lowercase;
width:615px;
letter-spacing: -1px;
font-size: 30px;
}

.product{
font-size:25px;
color:#f0549e;
text-transform:uppercase;
}