body {
    font-family: arial;
    margin-left: 10%;
    margin-right: 10%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px;
    border: 3px solid #2d3997;
    font-weight: normal;
} 

#logoPic {
	width: 100%;
}

#flagBackground {
	width: 100%;
	height: 100%;
	z-index: -1;
	position: fixed;
	left: 0px;
	top: 0px;
}

#buttons {
	padding: 5px;
	text-align: center;
	
}

#buttons a {
	display: inline-block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: white;
	background-color: #c22f2e;
	width: 12%;
}

#buttons a:hover {
	background-color: #2d3997;
}

#buttons a:active {
	background-color: white;
	color: #2d3997;
}

#footer {
	margin: 5px;
	text-align: center;
	clear: both;
}

#content {
	padding: 5px;
}

.emt {
	color: #c22f2e;
	font-weight: 700;
}

.dividers {
	color: #2d3997;
	background-color: #2d3997;
	height: 2px;
	clear: both;
}

#website {
	color: #c22f2e;
	font-size: x-large;
	text-decoration: none;
	font-weight: 800;
}

#website:hover {
	color: #ff1111;
}

.disclaimer {
	color: #2d3997;
	font-weight: 800;
}

