* {
	margin: 0;
	padding: 0;
}

body {
	color: #cccccc;
	font: 2.25em/1.25 "Helvetica Neue", Geneva, Arial, sans-serif;
	padding-bottom: 30px;
	background-image: url('/images/bg.gif');
}

#container {
	width: 960px;
	margin: 30px auto;
	overflow: hidden;
}

a {
	color: white;
	text-decoration: none;
	border-bottom: 4px dashed white;
}

a:hover {
	text-decoration: none;
	border-bottom: 4px solid white;
}