/* ---------------------------------- MAIN SETTINGS --------------------------------------- */

body {
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	height:100%;
	overflow: -moz-scrollbars-vertical;
	line-height:15px;
}

table {
	border: 0px;
}

img {
	border: 0px;
}

a {
	text-decoration:none;
	outline: none;
	color:#666666;
	border: 0px;
}

a:hover {
	text-decoration:underline;
	color:#666666;
}

#languages {
	position:absolute;
	left:0px;
	top:-21px;
	width:285px;
	text-align: right;
}

#centerwrap {
	margin:0px;
	padding:0px 0px 0px 0px;
	width:900px;
	position:relative;
}

a.product_link1 {
	text-decoration: none;
	color: white;
}
a.product_link2 {
	text-decoration: none;
	color: black;
}
a.product_link:hover {
	text-decoration:underline;
	color:white;
}

/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap {
	position:absolute;
	margin:0px 0px 0px -450px; /* 1st = 0.5 x height / 2nd = 0.5 x width */
	left:50%;
}
/* end hack */