DIV#banner {
	float: left;
	width: 704px;
	height: 256px;
}

DIV.infoButtons {
	float: left;
	margin-top: 4px;
	width: 704px;
}

	DIV.infoButtons A {
		float: left;
		width: 232px;
		height: 100px;
		text-decoration: none;
		color: #999999;
		padding-top: 50px;
		font-size: 10px;
	}

		DIV.infoButtons A:hover {
			color: #666666;
		}

	DIV.infoButtons A.kreativa {
		background: url("../images/buttons/kreativaOff.jpg") no-repeat 0 0;
		margin: 0 4px;
	}

		DIV.infoButtons A.kreativa:hover {
			background: url("../images/buttons/kreativaOn.jpg") no-repeat 0 0;
		}

	DIV.infoButtons A.media {
		background: url("../images/buttons/mediaOff.jpg") no-repeat 0 0;
	}

		DIV.infoButtons A.media:hover {
			background: url("../images/buttons/mediaOn.jpg") no-repeat 0 0;
		}

	DIV.infoButtons A.firmy {
		background: url("../images/buttons/firmyOff.jpg") no-repeat 0 0;
	}

		DIV.infoButtons A.firmy:hover {
			background: url("../images/buttons/firmyOn.jpg") no-repeat 0 0;
		}

DIV#motto {
	float: left;
	width: 704px;
	height: 210px;
	text-align: center;
}

DIV#power_failure {
	float: left;
	width: 650px;
	padding: 5px 27px 5px 27px;
	margin-bottom: 10px;
	font-size: 13px;
	background-color: #EFEFEF;
	font-weight: bold;
}

.red {
	color:red;
}

DIV#main_text_getty {
	float: left;
	width: 650px;
	padding: 5px 27px 5px 27px;
	text-align: center;
	color: #666666;
	font-weight: bolder;
	font-size: 13px;
	background-color: #EFEFEF;
}

DIV#main_text_moving {
	float: left;
	width: 650px;
	padding: 5px 27px 5px 27px;
	text-align: left;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	background-color: #EFEFEF;
}

DIV.text {
	width: 700px;
	float: left;
	color: #666;
}

STRONG.orange {
	color: #ff9900;
}
