body {
	margin: 0;
	padding: 0;
	background: #000000 url(/img/background.png) no-repeat top center;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}

img.pngfix { behavior: url(/css/iepngfix.htc); }

#container {
	width: 581px;
	margin: 0 auto;
	text-align: center;
}

#sites {
	background: #000000;
	border: 1px solid #333333;
	padding: 10px;
}

#disco {
	background: url(/img/24disco.png) no-repeat;
	height: 272px;
	width: 272px;
	margin: 0px 15px 0px 0px;
}

#events {
	background: url(/img/24events.png) no-repeat;
	height: 272px;
	width: 272px;
}

#disco a, #events a {
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 242px;
	height: 32px;
	text-align: left;
	outline: 0px;
	padding-left: 30px;
	padding-top: 240px;
}

#bottom {
	clear: both;
	background: url(/img/bottom.png) no-repeat;
	height: 133px;
	width: 902px;
	margin: 0 auto;
}

.logo {
	margin: 30px 0px 5px 0px;
}

.sitetext {
	width: 290px;
}

.sitetext h2 {
	text-transform: uppercase;
	margin: 10p;
	font-size: 32px;
	font-weight: normal;
}

h2.homepage_header {
	text-transform: uppercase;
	margin: 80px 0px 20px;
	font-size: 32px;
	font-weight: normal;
}

.sitetext h3 {
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
}

.sitetext p {
	margin: 15px 0px;
	color: #999999;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0px 15px;
}

.clear {
	clear: both;
}

.left {
	float: left;
}