#container {
	/*background-color: #29665E;*/
	background: rgba(0, 84, 80, .8);
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	margin-top: 50px;	/*opacity:0.6;*/  /*filter:alpha(opacity=60);*/ /* For IE8 and earlier */
}
#logo {
	margin-left: auto;
	margin-right: auto;
	width: 182px;
}
.logo {
	margin-top: 30px;
}
#container p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	color: #FFF;
	margin-right: 25px;
	margin-left: 25px;
}
#container h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	font-weight: 300;
	color: #FFF;
	letter-spacing: .06em;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
	font-weight: 300;
	font-size: 3.7em;
	color: #B7587F;
	margin: 0px;
}
#container h3 {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: 600;
	font-size: 1.5em;
	color: #B7587F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.normal a, .normal a:visited {
	color: #FFF;
	text-decoration: none;
}
.normal a:hover, .normal a:active, .normal a:focus {
	color: #FC3;
}
.large {
	font-size: 1.4em;
	margin-top: 9px;
	line-height: 1.6em;
	margin-bottom: 12px;
}
.normal {
	font-size: 1.2em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
boldName {
	color: #B7587F;
}
body {
	background-attachment: fixed;
	background-image: url(../images/pageBG.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover; /* Safari + Chrome */
	-moz-background-size: cover; /* Firefox */
	-o-background-size: cover; /* Opera */
	background-size: cover; /* All Modern Browsers */
}
