
.centerimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

#footer {
	width: 100%;
}

#footer_left {
	width: 33%;
	float: left;
	text-align: left;
}

#footer_center {
	float: left;
	width: 33%;
	text-align: center;
}

#footer_right {
	width: 33%;
	float: left;
	text-align: right;
	overflow: hidden !important;
}

body {
	background-color:#053333;
	background-image: url('bg.jpg');
	background=repeat: repeat;
	color: white;
	text-align: center;
}

a:link {
	color: PaleTurquoise;
}

a:visited {
	color: Orchid;
}

iframe {
	width: 95%;
	border: none;
}
