a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #ccc;
}
.site{
	margin:auto; width: 900px;
}
.mosaic {
	margin-top:9px;
	padding:6px 0px 6px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#logo {
	background: url(../header.gif) no-repeat bottom left;
	height: 80px;
	margin-top: 10px;

}
#footer {
	margin-bottom: 20px;
	padding: 10px 0px;
	text-align: right;
	font-family: "century gothic" arial;
	font-weight: bold;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#ccc;
}

h1, h2, h3, h4, p, ul {
font-weight:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}

.left {
	float: left;
}
.right {
	float: right;
}