@charset "utf-8";
@import url("../webfonts/Optima_LT_Medium/stylesheet.css");



/* CSS Document */

body {
	background-image: url(../images/under.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	font-family: "Optima LT Medium";
}
#main {
	height: 710px;
	width: 1366px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
#footer {
	height: 45px;
	width: 1366px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 0px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	font-size: 16px;
	background-color: #000000;
}
#footer p {
	padding-left: 10px;
}
#footer p em a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
