
* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	padding-top: 16px;
	font-variant: small-caps;
}

h3 {
	line-height: 80px;
	padding-left: 256px;
	font-size: 10pt;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	color: #cc3300;
	text-decoration: underline;
}

#container {
	width: 800px;
/*	height: 640px; */
	margin: auto
}

.mast {
	width: 800px;
	height: 80px;
	background: url("cb-logo.png") no-repeat;
}