/* horizontal positioning technique learned from 
 * http://exp.hicksdesign.co.uk/articles/archive/000030.php
 * by Jon Hicks
 */

/* styles for IE 5 Mac */
#content {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
	visibility: visible;
	overflow: visible;
}

/* commented backslash hack  - invisible to IE 5 \*/
#content{
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -67px;
	text-align: center;
	min-width: 648px; 
}
/* end hack */ 

#wrapper {
	margin: 0px auto;
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 301px;
	height: 134px;
}
body{
background-color: #F4F1E7;
}