div#container {
	position: relative;
	margin: 0 auto;
	width: 928px;
	/*min-height:100%;*/
	BACKGROUND-COLOR: black;
	color: white;
	/*background: #CC1D26 url(layout-img/colors.png) no-repeat scroll 0px 170px*/
}

div#top {
	z-index: 20;
	width: 100%;
	text-align: center;
}

div#top h3 {
	color: #DDD;
	padding: .8em;
	letter-spacing: .3em;
	font-variant: small-caps;
}

div#data {
	color: white;
	padding: 5px;
	background: black url(../img/layout/collage.jpg) no-repeat scroll 0px 0px;
	height: 666px;
	position: relative;
	/*border-style: solid;
	border-color: #937861;
	border-width: 1px;*/
}

div#downloads {
	overflow: auto;
	padding: 1em;
	background-color: transparent;
	color: black;
}

.download {
	float: left;
	margin: 0px 85px;
	text-align: center;
	margin-bottom: 15px;
}

.download-icon img:hover, .logos img:hover{
	border: 1px solid white;
}

.download-icon {

}

.download-icon a{
	display: block;
}

.download-icon img{
	border: 1px solid #e4d989;
}

.download-text {
	margin-bottom: 15px;
}

.download-text h2 {

}

div#buttons {
	clear: both;
}

#buttons p {
	color: black;
	font-weight: bold;
	margin: 0;
	font-size: 1.2em;
}

div#text {
	top: 10px;
	right: 10px;
	width: 480px;
}

div#gallery {
	top: 10px;
	left: 10px;
	width: 870px;
	height: 355px;
}

div#board {
	bottom: 10px;
	left: 12px;
	width: 870px;
	height: 230px;
	overflow: auto;
}

div.dialog{
	display: none;
	position: absolute;
	background-color: black;
	color: white;
	border: 5px solid #333;
	padding: 1em;
	filter: alpha(opacity=95);
	opacity: .95;
}

div.dialog:hover {
	border: 5px solid white;
	/*cursor: pointer;*/
}

.dialog-button{
	filter: alpha(opacity=70);
	opacity: .70;
}

.dialog-button:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}

div#services {
	margin-top: 15px;
	background-color: #111;
	text-align: center;
}

img.logos {
	margin: 5px;
	border: 1px solid #FCE8A7;
	vertical-align: middle;
}

div#footer {
	width: 928px;
	margin: 0 auto;
	text-align: right;
	padding: 1em;
	color: #777;
}

#footer span.hightlight{
	color: #CCC;
}

#firefox {
	float: left;
	display: block;
	margin-left: 0px;
	border: 0px;
}

#ie6-warning {
	margin-bottom: 1em;
}
