/* CSS Document */

body {
	text-align: center;
	background: #fff url(../images/grey-gradient.png) repeat-x;
	font-family: Verdana, Helvetica, Arial, sans-serif;	
}

#bigbox {
	width: 40ex;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a {
	background-color: transparent;
	color:#666666
}

a:hover {
	background-color: #fbff00;
	color:#333333
}