@charset "UTF-8";
html {
overflow-x: hidden;
} 
body {
	width:100%;
	margin:0;
	padding:0;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size:12px;
	height:100%;
	text-align:center;
}

#wrapper{
	width:600px;
	margin:0 auto;
	text-align:left;
}

h1{
	font-size:14px;
	margin:15px 0;
	padding:2px;
	border-bottom:5px solid #000000;
}

#left{
	width:250px;
	float:left;
}

#left img.pic{
	width:240px;
	margin:5px;
}
#right{
	width:330px;
	float:right;
}

a.buy{
	text-indent:-9999px;
	text-decoration:none;
	background:url(../img/buy_button.gif) no-repeat;
	display:block;
	width:100px;
	height:27px;
	margin:2px 0;
}
a:hover.buy{
	text-indent:-9999px;
	text-decoration:none;
	background:url(../img/buy_button.gif) no-repeat;
	display:block;
	width:152px;
	height:27px;
}
