@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrap{
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}

#logo{
	width: 650px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
	height: 150px;
	float: left;
}

#content{
	width: 650px;

}

#left{
	float: left;
	width: 275px;
}

#right{
	float: left;
	width: 275px;
}

#buy{
	width: 575px;
	margin-top: 25px;
	float: left;
}
