/* CSS Document */

html() table {
	margin: 0 auto;
}

#header {
	background-image: url("../images/logo2.png");
	margin: 0 auto;
	height: 140px;
	/*min-width:60%;*/
	width: 100%;
	padding-bottom: 20px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#container {
	background: url("../images/blue-bkgrnd.jpg") 0 0 repeat;
	/*background:#0000;*/
	height: 1390px;
	width: 100%;
}

#content {
	border-style: none;
	border-width: 1px;

	margin: 5px;
}

a {
	color: #fff;
	font-weight: bold;
}

a:hover {
	color: #f00786;
	font-weight: bold;
}

tr {
	color: #fff;
	font-weight: bold;
}

#banners {
	text-align: center;
	margin-top: 7px;
	color: #fff;
	font-weight: bold;
}

@media(max-width:460px) {
	#header {
		height: 60px;
	}

	.btn {
		font-size: 1.6em;
	}

}

#banners img,
{
max-width: 96%;
max-height: 96%;
}

.modal-title,
.modal-footer,
.modal-body,
.btn {
	font-size: 2em;
}

#myModal {
	min-height: 70%;
	min-width: 100%;
}