@charset "UTF-8";

/* -----------------------------------------------------------
	Reset
----------------------------------------------------------- */
@import url("reset.css");

ul{
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	height:138px;
	margin-left:-450px;
	margin-top:-69px;
	list-style:none;
}
ul li{
	width:225px;
	float:left;
}