body
{
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin:0px;
	padding:0px;
	padding-top:50px;
}

#box
{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:700px;
	text-align:center;
}

div#square_orange
{
	width:130px;
	height:130px;
	background:url('menu.png') 0 -1px no-repeat;
}

div#square_orange:hover
{
	width:130px;
	height:130px;
	background-position:0 -131px;
}

div#square_purple
{
	width:130px;
	height:130px;
	background:url('menu.png') 0 -1px no-repeat;
}

div#square_purple:hover
{
	width:130px;
	height:130px;
	background-position:0 -261px;
}

div#square_green
{
	width:130px;
	height:130px;
	background:url('menu.png') 0 -1px no-repeat;
}

div#square_green:hover
{
	width:130px;
	height:130px;
	background-position:0 -391px;
}

p.box_text
{
	margin:0;
	padding:0;
	position:relative;
	top:50px;
	font-family:"Lucida Grande", Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFF;
}
