/* CSS Document */

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
}

p {
	color: #FFF;
	font-weight: bold;
	font-size: .75em;
}

a {
	color: #CCC;
	text-decoration: none;
}

a:hover {
	color:#e2e2e2;
	text-decoration:underline;
}

#container {
	margin: 0 auto;
	width: 770px;
	text-align: right;
}

#cleft {
	float:left;
	padding: 180px 0 0 0;
}

#cright {
	float:right;
}
