@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	position: relative;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#all{
	width:950px;
	margin:0px auto 0px auto;
}
#banner{
	width:950px;
	height:150px;
	float:left;
}
#buttons{
	width:950px;
	height:36px;
	float:left;
	background-color:#333
}
#contain{
	width:950px;
	float:left;
}

#barefoot{
	margin-top:15px;
	width:950px;
	height:30px;
	float:left;
}
